all groups > flash (macromedia) > december 2003 >
You're in the

flash (macromedia)

group:

Two problems with flash movie


Two problems with flash movie tactics
12/24/2003 10:17:50 PM
flash (macromedia):
Hello and Merry Christmas.

I'm trying to get a site launched today, but my Flash move has a couple of problems.

http://www.citcfx.com/new_web/flash/planets.htm

Behind the big blue planet is a button that says "click here". It's supposed to be in front of the big blue planet instead. That's problem number one.

When the button is released, I want it to jump to frame two of the main movie, where I want the animated planets to be gone, and the static versions there instead. When you click the button, it jumps to frame two and the static planets are there, but so are the animated ones. That's problem number two.

If someone could take a look at this for me and offer any suggestions, I would greatly appreciate it. Here is the fla:

http://www.citcfx.com/new_web/flash/planets.fla

Thanks much,
Dean H


Re: Two problems with flash movie stwingy
12/24/2003 11:28:39 PM
well i have fixed the 2 problems you mentioned, by swapping depths for the first and using unloadmovie for the second.(removeMovieclip() only works for dynamically attached stuff).
I`ve also included another fla to show you how to rotate planets because your moon is not rotating too well.

http://webforums.macromedia.com/attachments/plan.zip


Certified but not by Macromedia!
Re: Two problems with flash movie tactics
12/25/2003 3:26:02 AM
Cool. Thanks.

Only problem now is that the revolving gray planet is still in frame 2, and so is the 'click here" button. Both should be gone in that second frame.

Dean H.


Re: Two problems with flash movie stwingy
12/25/2003 10:25:49 AM
give the revolving planet an instance name of mymc8 and change this part of the code to
cc.but.onRelease = function(){
gotoAndStop("f1")
for(i=1;i<9;i++){
unloadMovie("mymc"+i)
}
this._visible = false
}


Certified but not by Macromedia!
Re: Two problems with flash movie tactics
12/25/2003 9:47:31 PM
Thanks a million. You have no idea how relieved I am to have this project done and up now.

Merry Christmas.

Dean H.

AddThis Social Bookmark Button