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.
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
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
Don't see what you're looking for? Try a search.
|