|
-
Unloading Multiple MC's in AS2
AS2. So I have several buttons that load external swfs into their own movie clips, but each movie clip needs to close before the next one is loaded. When I tried doing this:
on (release)
{
fnShowTab(4);
unloadMovie("emptymc", "mcprint");
}
It just says 'Wrong number of parameters; unloadMovie requires exactly 1'
Is there a way around this?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|