Capítulo 108 de 411

Chapter 108: Tween.pause()

Core Idea

pause() pauses playback, optionally jumping to a specific time first — same behavior as Timeline.pause().

Code Examples

tween.pause(1.5);

Connects To

  • Timeline.pause(): identical mechanism on the Timeline class.