Question
Help me make a simple "click to link" action
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):
Hope someone can help me out =)
-Stigma
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