PDA

View Full Version : I must define all the code to the _root?



onno
November 7th, 2002, 02:23 PM
When i load a movie (a) onto an other movie (b) i must define all the code refering to the root of the That (b)

if yes, how i must do that, putting _root. at all the actions?

thanks

sbeener
November 7th, 2002, 05:33 PM
i'm not quite sure what you mean, but if you mean how to refer to the _root of b from a:

_level0.

beff
November 7th, 2002, 09:09 PM
yup, _root.firstFlick.nextFlick.gotoandPlay(4) will start "nextFlick" at frame 4.

beff
November 7th, 2002, 09:10 PM
just a thought, you named your instances too, right?