PDA

View Full Version : button in loader


ketan
06-29-2005, 11:19 AM
Hi,

I have a main flash file.
Upon pressing a button loader.swf loads with action script "LoadMovieNum". I want that upon pressing a button in the loader.swf something should happen in the parent file.
_root takes it within loader.swf only.

Thanks
ketan :confused:

oldnewbie
06-29-2005, 02:32 PM
loadMovieNum loads on a level... Thus when dealing with levels, the main timeline should be referred to with _level0 rather than to_root. _root targets the main timeline of each movie loaded on each level.