road0001 / tweensy

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

stop() function causes TweensyZero to crash sometimes. Looping through wrong array. #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call TweensyZero.stop() on a movieclip that is not tweening

What is the expected output? What do you see instead?
Nothing should happen.  Instead, program will crash

What version of the product are you using? On what operating system?
Newest release version (cs4) of TweensyZero

Please provide any additional information below.
The stop() function loops through items array but tries to index into the 
list array at the same time.  This often causes an out of bounds indexing 
error. I think this function is probably meant to loop through the list 
array (not the items array).  This fixes the problem.  

Original issue reported on code.google.com by chippo...@gmail.com on 21 Dec 2009 at 3:19