Capítulo 121 de 411

Chapter 121: Tween.seek()

Core Idea

seek() jumps to a specific time without changing paused/reversed state — same behavior as Timeline.seek().

Code Examples

tween.seek(0.5);

Connects To

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