Groups | Blog | Home
all groups > macromedia flash sitedesign > november 2005 >

macromedia flash sitedesign : Flash button question.


emilio_tha_don
11/3/2005 12:00:00 AM
Hi everybody, I am pretty new to flash Mx 2004 Pro and im making a website but
i have some little questions that keep on bothering me...First of all, I am
making a button with an animation when I go over the button, when I click on
it , the animation disappears(wich is quite normal), but when I release the
button, the animation that I did for when i go over the button reappears. I was
hoping that when I release the button, that nothing would happen , but the
animation reappears...Cna someone help me resolve this problem ? thank you

I have some other questions.
-How do I use the load movie function(wich is supposed to make links when i
click on one of of my buttons)
-How can I load my website (loading bar )when it is finished.

Thank you very much.
DJ Sick Nick
11/3/2005 12:00:00 AM
uh... your very ling question rotted my broin. if you send me a fla and swf
file I can resolve this easily and I'll send you the explanation after I
resolve it. My e-mail is: admin@fwptemplates.com!

-Nick Debergue
DJ Sick Nick
11/3/2005 12:00:00 AM
to make a loading screan, make a keyfame before the site's keyframe and type
"Loading..." in a text box in the first keyframe. In the first frame frame type
the following actionscript (INSIDE the keyframe... not in a movie clip) :

ifFrameLoaded ("2") {
_root.gotoAndStop (2);
}
stop ();

That's about it to make a loading screan. Now... to make a link to a
website... In the action script of each button, type the following actionscript
(in the movie clip) :

on (press) {
getURL("your site here","_self");
}

OH YAH! It's my birthday! I'm so good (not trying to brag)! Well... there!
Hope this helps!

-Nick Debergue
AddThis Social Bookmark Button