... whether tis nobler in the mind to suffer the String and Expressions of outrageous syntax...
1. Yes, use quotes.
on (press) {
loadMovie ("loadmovie01.swf", "_root.containerclip");
}
Without quotes it would be indicating you wanted to load into the movie clip whose instance name is specified in the
_root.containerclip variable.
Same goes for question 2, use quotes.
That error is caused by flash looking for the non-existant variable _root.containerclip which therefor has no content and causes Flash to try to load a movie with no name.
Question 3: _root.containerclip.gotoAndPlay(2)
Question 4: Huh? Status?
Cheers
Jesse
__________________
Cheers
Jesse Stratford
ActionScript.org Cofounder
Please
don't email or PM me Flash questions, that's what the Forums are for!
Please don't rely on me reading my PMs either. Email me about important stuff.