Jump to content
Search Community

JinSan

Members
  • Posts

    3
  • Joined

  • Last visited

JinSan's Achievements

0

Reputation

  1. JinSan

    once callback

    Any other help for my last question? Please notice my last comment.
  2. JinSan

    once callback

    Hi Carl, I doesn't mean the event callback. I want to add and remove 'delayedCall' callback. Here is a code snippet. var tween = TweenLite.delayedCall(0, someFunc); this.timeline.add(tween, position); I already know that I can remove it with timeline.kill(), but I should save the tween to remove it. I just want add once callback. I mean the callback is exactly called just once. What is the best way to implement the once called callback?
  3. JinSan

    once callback

    Hi, I want to add callback to timeline and remove it from timeline after the callback is called once. How do I implement it? Thanks in advance,
×
×
  • Create New...