Jump to content
Search Community

fermmm

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by fermmm

  1. another bug: the duration of the timeline is a small number like 0.16 I want to add a callback at the center of the timeline on 0.08 The callback is called near the end
  2. timeline.addCallback(function():void { trace(timeline.time()); }, 0); expected: 0 output: 1.1 (or any random number depending on the timeline duration) I know there are events, but this should work too
×
×
  • Create New...