A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: removeChild after tweenlite not really working

Threaded View

  1. #4
    Member
    Join Date
    May 2011
    Posts
    55
    I've had several problems with tweenlite. One is probably the one you have.

    While it's tweening, you can't properly access the item being moved, and after it's done tweening, in alot of cases you can't access immediately either. So to solve this problem in one of my projects I had to add a timer of 3 secs after it was finished tweening. So to be sure to be able to do whatever you want with it after it's done tweening, wait 2-3 secs before doing anything with the item that was in motion.

    So, after it has stopped, it's for some reason still in use for some additional time.
    Last edited by TenchyCho; 10-19-2011 at 01:32 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center