When creating a newSprite with an imageSheet and animated sequence, I can define timing like this
local sequenceData = { name = 'default', frames = {1, 2}, time = 100 }
Presuming that frame 2 is a blinking eye, how would I time it so that it plays 1 for say 2000ms but blinking 2 for just 100ms?
thanks!