i am working on an adobe flash project and i want the code that trasfer me from scene one to scene 2 when clicking on a button on scene 1
i appreciate a quick answer
Thanks, Asmaa
|
i am working on an adobe flash project and i want the code that trasfer me from scene one to scene 2 when clicking on a button on scene 1 i appreciate a quick answer Thanks, Asmaa | |||
feedback
|
|
Are you familiar with gotoAndPlay(frameNumber); It is extended with gotoAndPlay(frameNumber, sceneName); So if your scene is called Scene 2 then in as3 typ:
| ||||
|
feedback
|