Patches item #464373, was opened at 2001-09-24 04:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=464373&group_id=5757

Category: DynAPI 2 API
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Daniel Vorhauer (hexerei)
Assigned to: Nobody/Anonymous (nobody)
Summary: imganim FIX

Initial Comment:
this imganim patch fixes two problems i encountered, 
which made it impossible to use the scripts as 
expected:

BUG: reset animations did not work correctly and in 
general non-looped animations could only be played 
once, since the run implementation of the imganim 
script simply calls this.stop() on non-looped 
animations without resetting local variables
FIX: replaced this.stop() with this.stopAnimation()

BUG: it was impossible to track the end of an 
animation, since the stopAnimation() implementation 
ends with invoking an 'imgrun' event which does not 
diferentiate to the run event
FIX: replaced 'imgrun' with 'imgstop' to be able to 
react on the end of an animation



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=464373&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to