anber
unread,Jun 24, 2010, 8:27:14 AM6/24/10Sign 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
Hey guys
I’m loving this library. I’m mostly fond of the sequencer. One of the
best sequencers I have worked with. I only have one gripe with it.
When using the KSSequenceGroup, if you call reset() or stop(), the
_currentActionIndex does not get reset or set to
NO_CURRENT_ACTION_INDEX. If the sequence is started up again, the
indexes is out of bounds. Would it make sense to set the
_currentActionIndex = NO_CURRENT_ACTION_INDEX whenever you start the
sequence?