codejunkie
Programmer
Hey,
I have a problem in my flash when changing scenes. The situation is a follows:
1 have 2 whole scenes XMLLoader and TextScene.
Both scenes only have 1 frame. In XMLLoaded i have an xml object. When the onLoad function is called i parse the XML and when successfull i want it to jump to the scene TextScene.
When using the line 'gotoAndPlay('TextScene',1)' within the function it will not call the next scene though it will remove a movieclip (i only have 1 so i dont know if its specific this one or not) from the screen (in the current scene) and does not show the scene i wanted.
BUUTTT
when using that line outside of all the functions it will goto the next scene.
Right now im stressing out.. :S
Greetz
Vincent
I have a problem in my flash when changing scenes. The situation is a follows:
1 have 2 whole scenes XMLLoader and TextScene.
Both scenes only have 1 frame. In XMLLoaded i have an xml object. When the onLoad function is called i parse the XML and when successfull i want it to jump to the scene TextScene.
When using the line 'gotoAndPlay('TextScene',1)' within the function it will not call the next scene though it will remove a movieclip (i only have 1 so i dont know if its specific this one or not) from the screen (in the current scene) and does not show the scene i wanted.
BUUTTT
when using that line outside of all the functions it will goto the next scene.
Right now im stressing out.. :S
Greetz
Vincent