Skip to main content
Participant
July 2, 2006
Question

Help me make a simple "click to link" action

  • July 2, 2006
  • 1 reply
  • 190 views
I'm trying to add an action to a button, so that if clicked, you are transfered to a certain link. Very simple stuff, but I just got into flash coding and understanding the basics, so forgive my noobness =)

Here is the code so far (the action script for this one button):


// Action script...

on (rollOver)
{
gotoAndPlay("menu2")
}

on (rollOut)
{
stopAllSound();
}


Hope someone can help me out =)

-Stigma
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
July 2, 2006
try: