I must define all the code to the _root?

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

i’m not quite sure what you mean, but if you mean how to refer to the _root of b from a:

_level0.

yup, _root.firstFlick.nextFlick.gotoandPlay(4) will start “nextFlick” at frame 4.

just a thought, you named your instances too, right?