Hi, this question is for all you actionscript guru’s. I have this menu system I am building in which when you click on a button, a text effect animates in flash but I was wondering if there was a way to set it up so that when you click on the button, the text effect animates and sends command to get the required URL or page with a delay in place (in seconds), so I can set it so the text effect finishes before it forwards it to the new page. I understand I could do this easily if I just put the menu in a frame and not worry about it but the menu system needs to reload itself, thus is why it is on the same page as the content. Any help is much appreciated!
Thanks for your reply, I thought about doing this but can’t really because the effect was made in an external SWF editor (SWFX) and when I try to import it into a movie, the proper frames don’t show up for the effect and I can’t add actionscript to it.
If it was me, I would just make teh animation be in a mc and make teh last frame of it contain the get url script. When teh button was hit, it would tell the animation mc to play throug htell target and hwne it was done it would go to teh site. That’s just be lol.