[Flashcoders] time based smooth animation w/ GTween. HELP!

2009-09-11 Thread Isaac Alves
Hello! I would like to create a time based and very smooth animation with GTween (or another one). But I´m used to GTween , though. here is my code: var plantaTween = new GTween(planta, 1.5, {y: 414}, {delay: 0.8, reversed: true, reflect: true, repeat: 999, ease:Quartic.easeInOut}); I´ve read

Re: [Flashcoders] time based smooth animation w/ GTween. HELP!

2009-09-11 Thread Joel Stransky
Grant has now merged forces with Jack Doyle, author of TweenLite, TweenMax and TweenGroup. The syntax is almost identical and I think you'll have an easier time achieving the effect you want. A tweens pulse can be updated via a setInterval, use of a Timer object, based on the milliseconds a flash