Flash #04: Basic Buttons
Uploader Comments (freetutorials)
All Comments (17)
-
JrYourself
You will have to type code for it in action script
so you have button for example click me
You will have to give instance name
btnClickMe, so add event listener for it
And function is going to be
gotoAndStop ('movie') your next frame name, thats where your Movie is going to be
Give to your frame any name you want
and it's going to be in brackets like this (' ')
-
i dont like your clicker
-
@JrYourself you need to learn action script ps when you mke a play button it will need to be a movie clip
-
It's just keyboard and mouse.
-
How can i make a button , that when you click on the button, That It go's to a movie or something?
-
hey.. wat version is ur macromedia?
-
what program is that??
-
why why the clicks and sound???
-
i just wanna know which program this which use it to create icon ????/i wanna get it and wanna know how make this icon work on project for bussiness sell and buy benefits.........ect
I have an FLA animation. When I click it, I want it to open my website. I've been trying to do it for weeks. Weeks of watching these damn tutorials. I hate flash.
J2897 4 years ago
Are you trying to play a flash movie on your web site or do you have a button in a movie that opens another web site?
freetutorials 4 years ago
It's just a movie (No buttons). I'm trying to make it so that when I click anywhere in the movie, my website opens. Just like a normal hyperlink.
J2897 4 years ago
On a new layer (on top) create a button that covers the entire stage. Delete the UP, OVER, and DOWN areas but have the HIT area cover the whole thing. When you are in the "edit" mode it will look like a transparent color (probably red or blue) is covering everything, but it won't appear on the actual movie. Add an action to that button so if they click anywhere on the movie it will open the web page (use a GET URL action).
freetutorials 4 years ago