Skip to main content
Participant
February 17, 2010
Question

Play exit animation then get url????????

  • February 17, 2010
  • 1 reply
  • 710 views
I would be very greatful if someone could please help me out. I'm building a website using actionscript 3 with an animated intro and it has 8 movie clip buttons called Tab1,Tab2,etc. which when clicked navigate to different URL's.
I would like play an exit animation (frame 300) on my main time line when a button is click and then goto the url page. If someone could please help with the scripting I would greatly appreciate it.

Cheers

Aaron
This topic has been closed for replies.

1 reply

Ned Murphy
Legend
February 17, 2010

Use your buttons to assign the url to a variable and trigger the exit animation.... and use that variable at the end of your exit animation.

But30Author
Participant
February 17, 2010

Thanks for your reply Ned.

That's really helpful. I understand the structure but it's the scripting that I'm struggling with. You couldn't expand on a small example?

I really apreciate the help.

Cheers

Aaron

Ned Murphy
Legend
February 17, 2010

Could you expand on what you don't know how to script.  I don't plan to hand you an entire solution, which is what I'd have to do if your answer is that you don't know any.  Can you code a button?  Can you assign a variable?  Can you link to a new web page?