TweenMax create time delay with no action


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. TweenMax.to( ring, 3, {onComplete: broadcastGamePieceUpdated, overWrite:false } );
  2.  
  3. overWrite is necessary!
  4. Delays for 3 seconds after other tweens are finished on "ring" instance.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.