AS sequential functions

Out of context: Reply #5

  • Started
  • Last post
  • 9 Responses
  • murmur0

    Ahh yes. I am using the mx.twee class. And they have a built in onMotionFinished property that i can attach a function to.

    img_tween.onMotionFinished = function(){
    "call next function"
    }

    It looks like i need to figure a way to stop all runing functions so when a seperate button initiates the first function, it stops all the sequentilal functions if they are already running.

View thread