Return to Snippet

Revision: 45273
at April 28, 2011 02:57 by vorp


Initial Code
TweenMax.to( ring, 3, {onComplete: broadcastGamePieceUpdated, overWrite:false } );

overWrite is necessary!
Delays for 3 seconds after other tweens are finished on "ring" instance.

Initial URL


Initial Description


Initial Title
TweenMax create time delay with no action

Initial Tags


Initial Language
ActionScript 3