My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 4: tweener still apllies tween to undeifned scope objects (objects that were deleted after the tween was created)
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  debert
Closed:  Mar 2007
Cc:  zisforzeh
Type-Defect
Priority-Medium


Sign in to add a comment
 
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
Tweener.as
33.1 KB   Download
Tweener.as
36.7 KB   Download
Comment 1 by zisforzeh, Mar 09, 2007
Acknowledged. This will be added with slight modifications on the next version.
Comment 2 by zisforzeh, Mar 16, 2007
Done, added on 1.22.40.
Status: Fixed
Sign in to add a comment

Hosted by Google Code