|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
'nother newb question
how do you make a button so that when you click it, it goes to another page?
I made the button, but when I edit the "down" state, it says that "The current selection cannot have actions applied to it" so how do I do it? |
|
#2
|
||||
|
||||
|
Greetings,
You had the right idea, you were just applying the actionscripting in the wrong place. The actions should be applied from the root instead of inside the actual button. From the root, right-click on the button and go into "actions" and type something like: on (release) { getURL("http://www.yahoo.com/", "_self"); } Below you will find an FLA to help. Good luck. Sincerely, Jamie Michels www.thedarkcontent.com Last edited by jmichels : October 15th, 2003 at 11:52 PM. |
|
#3
|
|||
|
|||
|
K thanks it worked, I suck at actionscript
|
|
#4
|
||||
|
||||
|
You'll get the hang of it. It's not that hard after you get used to it.
|
|
#5
|
||||
|
||||
|
Any suggested resources for learning ActionScript?
|
|
#6
|
||||
|
||||
|
I've never read it, but I think that everyone pretty much agrees that Colin Moock of www.moock.org writes the best books. Then there's www.kirupa.com and www.flashkit.com My friend Michael Hopkins of www.dthought.com always has some good Flash tutorials. Most of them are above my head though.
![]() |
|
#7
|
||||
|
||||
|
Thanks for the links.
Cheers, GNUbie |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > 'nother newb question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|