mimsh...@gmail.com
unread,Feb 22, 2008, 4:22:41 PM2/22/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KitchenSyncLib for AS3
Woo! KitchenSync v1.1 is out! It now supports timecode, default
values, new easing functions and juping to a specific time in a tween.
Go check it out!
Changes in 1.1:
* ADDED jumpToTime() method to Tween (this may be moved to
AbstractSynchronizedAction in a later release)
* ADDED getTimestampFromFrames() and
getTimestampFromMilliseconds() to TimestampUtil
* ADDED Timecode to TimeStringParser. Now ":ss", "mm:ss;ff", and
"dd:hh:mm:ss;ff" are supported.
* ADDED ActionDefaults class for storing default initialization
values.
* ADDED easeOutIn() to most of the easing functions (buggy. seems
to overshoot target in some cases)
* ADDED version check in Synchronizer.initialize()
* CHANGED type of Numbers within Timestamp to int.
* REFACTORED all actions to contain super() in the constructor.
* REMOVED errors that are thrown when pause() and start() are
called at the wrong times.