flash教程 flash中用按钮来切换两个场景怎么做?
flash中用按钮来切换两个场景怎么做?场景1按钮加上(释放){gotoandplay(“场景2”,1)}]作为层第一帧加上停止()场景2按钮加上一个场景加上(释放){gotoandplay(“场景1
flash中用按钮来切换两个场景怎么做?
场景1按钮加上(释放){
gotoandplay(“场景2”,1)
}]作为层第一帧加上停止()
场景2按钮加上一个场景加上(释放){
gotoandplay(“场景1”,1)]}]下一个场景加上(释放){
gotoandplay(“场景3”,1)
}]as layer first frame plus stop()
场景3按钮加一个场景开启(release){
gotoandplay(“场景2”,1)
}
返回主场景开启(release){
gotoandstop(“场景1”,1)
}
as layer first frame plus stop()