PDA

View Full Version : added scene and its all gone tits up?


tsp
08-01-2001, 03:36 PM
OK I have a fla. thats working great but then I decide to add a new scene I want this scene to load first so i move it to the top of the list but now all my scripts that refrence the main section of the fla used to use _root
but now I suspect the root is the scene at the top.
is this right? anyway how can I make the script refrence the main timeline which is now scene 2.

does any of this make sense?

jim

Tiagom
08-01-2001, 05:11 PM
See if this helps you.
You refer the scene then you write _root. the _root command, don't refer to the first scene only it refer's to the main stage, wether it's Scene 1 or 2 or 3.

tsp
08-02-2001, 09:15 AM
Some one tipped me of to use labels insteed of numbers in the scripts and this works fine.
but thanks for answering as I did not know that about _root.

cheers