How do you make buttons on flash.

How do you make buttons on flash.

Other Help — Page [1]
DDPOTTER
2005 Sep 25 • 10
28 ₧
hello.
how do you make a menu for like playing and changing stuff on a flash mov on the menu.
and how can i make my picher i draw on flash move a arm or something like that.
 
 
 
2005 Nov 19 at 13:10 PST
CornJer
Metal does cocaine.

Frontline Heroism Medal
2005 Mar 21 • 1531
36 ₧
I have no Idea either because I dont have flash.
If you jump high enough you'll hurt your ankles when you land.
 
 
 
2005 Nov 19 at 20:10 PST
SuperJer
Websiteman

2005 Mar 20 • 6629
This is how I did the buttons in McDiddy's 2:


[code:1]
_root.clicker5.onRelease = function(){ gotoAndPlay( "Scene6", "explosion" ); }
[/code:1]


clicker5 is the <Instance Name> of my button.
Scene6 is the name of the scene the button goes to.
explosion is the name of the frame the button goes to.

So when you click clicker5, the movie plays from the "explosion" frame in Scene6.


If you want something to move (an arm) make it its own object and put it on its own layer and give it a motion tween.
 
 
 
2005 Nov 19 at 22:13 PST
DDPOTTER
2005 Sep 25 • 10
28 ₧
1 thing you did not say how to make a home page on the moive that stops the moive to you press play.
 
 
 
2005 Nov 20 at 00:24 PST
DDPOTTER
2005 Sep 25 • 10
28 ₧
and you did say how do make the moive player stop at a frame (the menu). and can you say more about the moving.
 
 
 
2005 Nov 20 at 10:56 PST
SuperJer
Websiteman

2005 Mar 20 • 6629
To make the movie stop, add this to the actions for the frame:

[code:1]stop();[/code:1]
 
 
 
2005 Nov 20 at 16:41 PST
bl00dy^b00t3r
2005 Jun 21 • 107
31 ₧
i'm getting bored making in flash i don't have time to make stuff joke.


and superjer do you use flash pro 8 or flash MX 7 ???
 
 
 
2006 Feb 4 at 01:23 PST
DDPOTTER
2005 Sep 25 • 10
28 ₧
i use flash pro 8 its the best one out
 
 
 
2006 Feb 4 at 01:26 PST
Nuclearblob

2006 Oct 2 • 60
15 ₧
you can make a button move by putting a movie clip on one of the frames in it.
I'm making a stick figure drawing tutorial with those buttons.







That sounds REALLY stupid now. Teaching people to draw stick figures.



3d-ish gradiented stick figures that are NOT drawn with the brush tool.
 
 
 
2007 Jan 6 at 12:22 PST
SuperJer
Websiteman

2005 Mar 20 • 6629
I use Flash MX 2004 but I like Flash 4 better.

I'm a noob. I like the easy one.
 
 
 
2007 Jan 9 at 19:00 PST
Nuclearblob

2006 Oct 2 • 60
15 ₧
I USE FLASH 8.
I'M A NOOB.
I CAN'T EVEN MAKE A GOD DAMN PRELOADER.
 
 
 
2007 Jan 11 at 22:33 PST
SuperJer
Websiteman

2005 Mar 20 • 6629
Neither can I. I stole mine. But hey I still made McDiddy's *SHINE* so don't sweat it.
 
 
 
2007 Jan 11 at 22:42 PST
Nuclearblob

2006 Oct 2 • 60
15 ₧
and then i decompiled mcdiddy's 1 and stole the script for the preloader and put it on my own one that uses FILTERS!
 
 
 
2007 Feb 27 at 12:41 PST
DJchul3l3y

2007 Aug 27 • 120
5 ₧
gimme flash scripts for the loader! i need one!
 
 
 
2007 Aug 27 at 18:36 PDT
Olliedude
2007 Dec 23 • 1
1 ₧
Easy Peasy =D.

Ok first make a Play thingy , a box that says play. High light it with the Selection Tool , the right click and click "Convert To Symbol" Name it Play Button , and choose the "Button" Option from under the name of the symbol. Once your done that , if you test your movie , you can move your mouse on it , you can click it , but nothing will happen. First you need to click on the frame with the play button and type ( In the action script place) "GotoAndStop(frame number with the play button here)". Then once your done that , click on the button , and type in this "GotoAndPlay(The Frame Where The Animation Starts). Once your done that it should work.
If you want the button to look cooler , edit the Play Button , the where the timeline would be , press F6 and erase the colour(not the text) and choose another colour , then press F6 again and delete the colour ( not the text) and double click on the stage. THen when you test it out , when you move the mouse over the button , it will change into a different colour that you chose =) Have fun!
My fingers hurt =(
 
 
 
2007 Dec 23 at 17:08 PST
Page [1]