00:00
00:00
Newgrounds Background Image Theme

MiyuTheSceneGirl just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Help on Changing Scenes.

293 Views | 3 Replies
New Topic Respond to this Topic

Help on Changing Scenes. 2002-07-31 20:39:07


Okay, I have a problem. After a certain Movie Clip (A Sun) moves across the screen from 629,-35 to -601,-35 I want the scene to change to GoLevel2, frame 1. How would I do this?

Response to Help on Changing Scenes. 2002-07-31 21:50:27


Oookay, my bad. I made a typo. I put "GoLevl2" instead of "GoLevel2" for the scene name. Anyway, it's fixed.

Response to Help on Changing Scenes. 2002-07-31 23:32:03


Try putting this code in the frame of where this all takes place(or make a layer for it)
If sun(or whatever the instance name is for the sun)._x<=601
GotoAndPlay(the scene you want)
That should work

Response to Help on Changing Scenes. 2002-08-01 00:02:45


Heh, I already got it. The level I wanted to go to was GoLevel2, and I accidentally put GoLevl2. Thanks anyway.