tween classes?

Out of context: Reply #11

  • Started
  • Last post
  • 18 Responses
  • nRIK0

    yea thats what i sort of concluded too.. maybe gotta destroy the tween (i tried with .stopAllTweens())... then assign it the new tween.. but no cigar

    but the wierd thing is, the output is:

    mclListener.onLoadInit
    _root.onEnd
    mclListener.onLoadInit
    mclListener.onLoadInit
    mclListener.onLoadInit

    1st go, calls function AND calls the callback.
    2nd go, calls function only.
    3rd go, calls function only.
    4th go, calls function only.

    >.

View thread