What I'm doing:
I have a moveClip called "cube",I'm trying to tween both its x&z properties
to 100.When they reach 100,I just tween they back to 0.This works fine.
But in the meantime,I want to delay 1 sec and then tween its roataionX
property to 50.
Cannot explain to well,please take a look at the snippet.txt.
You can see I comment out ".delay(1)",that is because if I use ".delay(1)"
instead of ".to(1,null,false)",the tween I define in Line1-7 will be
kill.And all I can see is the second tween.But if I use ".to(1,null,false)"
instead.I could see the first tween.And that's what I want.
Original issue reported on code.google.com by LiangM...@gmail.com on 14 Apr 2010 at 7:30
Original issue reported on code.google.com by
LiangM...@gmail.com
on 14 Apr 2010 at 7:30Attachments: