flash - How to continue animation after stopping it -


I have an animation in which a letter is playing, I also have a button that plays a rolling animation of the character . However, after completing the rolling action the character is stable and does not release the running animation. Here is the code

  package com.usmanzubairi.theAges {import flash.utils.Timer; Import flash.events *; Import flash.display. *; Import flash.geom.matrix; Import flash.net.SharedObject; Public Square Pegram Expands Movie Clip (Public Work Pegam) () {addEventListener (MouseEvent.CLICK, Rolling); } Private Function Rolling (Event: Event): Zero {if (event.target == roll_mc) {addChild (Roll) Roll. Visible = true; Runner_mc.visible = false; roll play(); Actually, I want to continue playing animation after the completion of the rolling animation. Thank you. 


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -