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()