/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
TweenMax.to( ring, 3, {onComplete: broadcastGamePieceUpdated, overWrite:false } ); overWrite is necessary! Delays for 3 seconds after other tweens are finished on "ring" instance.