How to add an animation that will
October 24, 2006 12:00 AM
I'm not sure exactly what you want to display after the animation is done, but I would think it could be accomplished by having a variable called "play animation" and setting it to 0. Then you would have the actual animation that is supposed to play, and an image of the last frame of the animation - set both of their states to invisible and put them on top of eachother. On the title level I would set an onshow action that if the variable "play animation" = 0 Show the animation, else show the image. Then have another variable to change "play animation" to 1 after the animation starts. Hope all that makes sence.I'm not sure exactly what you want to display after the animation is done, but I would think it could be accomplished by having a variable called "play animation" and setting it to 0. Then you would have the actual animation that is supposed to play, and an image of the last frame of the animation - set both of their states to invisible and put them on top of eachother. On the title level I would set an onshow action that if the variable "play animation" = 0 Show the animation, else show the image. Then have another variable to change "play animation" to 1 after the animation starts. Hope all that makes sence.
Discussions have been disabled for this post