View Full Version : Movie Clip Help! URGENT!!
shush1
10-06-2004, 11:09 AM
Hi I have created a website and using blank movie clips to load in .swf files for page changes, however when a .swf file is loaded in a blank movie clip the buttons and interactive states on the movie below are all active even though u cant see them as the new movie has loaded over them, and the cursor changes to the hand state on the new movie even though there is no button and when u click it brings up text from a section below, how can I make the movie below inactive or unload it? Hope someoen can help, really URGENT thanx
Shockwaver
10-06-2004, 11:31 AM
Hi, here is what you can do. You can use this script:
clip.unloadMovie();
... to unload movieClip from instance named clip.
Or you can place an invisible button on the bottom of each clip that you load. Then use:
but.useHandCursor=false;
That button should block all buttons below.
shush1
10-06-2004, 12:51 PM
Hi thanx fo your help, I have a nother problem if u can help, Within a movie clip I have a back button which takes u back to the main time line the button has all it states. however when i place this script on the main timeline
ardenweb_mc.onRelease = function() {
gotoAndPlay("scene 1", 65);
};
So the button sends u back to the main timeline, but once this script is placed the back button when u rollover it doesnt show the over state, and I dont understand why, cause without the script it works, hope you can help, thank you
vBulletin v3.5, Copyright ©2000-2010, Jelsoft Enterprises Ltd.