USERNAME:
PASSWORD:
Save Info!
Logging in…
This topic is 1 page long.
[ Profile | Posts | Contact ]
Posted at: 5/25/06 09:53 PM
Sign-Up: 01/08/06
Posts: 24
if i click on a symbol (button) how do i make it go to the next scene
Posted at: 5/25/06 09:56 PM
Sign-Up: 03/25/04
Posts: 3,049
on(release) { nextScene(); }
Posted at: 5/25/06 10:34 PM
now how do you make it go to a certin scene
Posted at: 5/25/06 10:38 PM
Sign-Up: 02/18/04
Posts: 2,007
At 5/25/06 10:34 PM, DannyMac910 wrote: now how do you make it go to a certin scene
on(release){ gotoAndPlay("scenename"); }
change teh scene name with what ever scene name you want it to go to ie
on(release){ gotoAndPlay("death"); }
PSN: SeoulSnake
All times are Eastern Standard Time (GMT -5) | Current Time: 07:44 AM
<< Back