First post here, I have made a simple menu with a ‘slider’ using this tutorial. What I am wondering is if it’s possible to have different actions for one button. Here is my first menu button:
on (rollOver) {
// slider - Movie Clip's Instance Name. button_1 - Button's Instance Name.
slider.yMove = button_1._y;
}
What I need to figure out is how to get it to go to a URL on top of that, and that’s pretty much it.
Thanks.