9/13/2010 12:14:51 PM
Title:
Calling a Web Page
I am currently modifying a tutorial (http://active.tutsplus.com/tutorials/actionscript/blow-an-image-away-with-a-custom-wind-effect/) to fit the needs of a splash page for a website. The tutorial utilizes two classes, a main class and an efect class. I currently have everything working but I can seem to get the next page to load the way I want it to. The idea is to have the user click the animation, have the animation play, then have the next page load when the animation is done. Any help you could provide me in figuring this out would be greatly appreciated. Thanks!
9/13/2010 11:00:38 PM
the max time this effect takes to complete is 2 second , so you can start a 2 sec timer with effect start and on complete event of the timer you can load your next page.