Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

controling loaded movies

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
basically, I have a main movie named main.swf. Within that movie, I am loading in 7-8 movies (1.swf and so fourth) but I want buttons on main.swf to control the loaded movies. Can't seem to be able to do it.. Can some1 help with sample of some sort.

Thanks in advance.
 
Target your loaded movie like this:

on (release) {
_level1.gotoAndPlay(2);
}

etc......

Change the _leve1 to the level you've loaded your movie into if you need.


funkyteks.jpg


rod@sameplanet.co.uk
********************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top