|
|
Reported by debert,
Mar 09, 2007
What steps will reproduce the problem?
1. create a tween
2. delete the target object (i.e. removeMovieClip or object =null)
3. start the tween
What is the expected output?
I expected the null target not to have it's tween applied.
What do you see instead?
The tween for the deleted object still runs.
more background on this issue:
http://lists.caurinauebi.com/pipermail/tweener-caurinauebi.com/2007-March/000019.html
This fix is a one-liner.
needed changes in lines 555 (as2 version) and 562 (as3).
cheers
Arthur
|