There’s my site. As you can see, I have a nice little sliding button at the top. The problem is that when you click the sliding button, it “clicks” into place, instead of sliding over to where it’s trying to go. Each of my main pages are separated by scenes…there’s a scene for each tab. Does anyone know how I could make my button wait a second after being clicked on before heading to the next scene? Is there an idle function or something?
eg:
**
on(press)
{
idle(2 seconds);
gotoAndStop(“next scene”, 1);
}
**
I just need the button to wait a second before continuing to the next scene, so that the button can finish sliding itself over to where it’s supposed to go. Having the button snapping into place the way it is now looks really…you know…bad. > <
Someone help? Please? X3
Thanks guys. 