
tweensy - issue #10
stop() function causes TweensyZero to crash sometimes. Looping through wrong array.
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.
Status: New
Labels:
Type-Defect
Priority-Medium