road0001 / tweener

Automatically exported from code.google.com/p/tweener
0 stars 0 forks source link

tweener still apllies tween to undeifned scope objects (objects that were deleted after the tween was created) #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by debert on 9 Mar 2007 at 3:33

Attachments:

GoogleCodeExporter commented 8 years ago
Acknowledged. This will be added with slight modifications on the next version.

Original comment by zisfor...@gmail.com on 9 Mar 2007 at 4:32

GoogleCodeExporter commented 8 years ago
Done, added on 1.22.40.

Original comment by zisfor...@gmail.com on 16 Mar 2007 at 6:53