PDA

View Full Version : AS1 Tweening


lelales
04-11-2007, 11:27 PM
Hello, I am working on an old site done in Flash 6.0. So, I need a tweening prototype that is meant for AS1. I have looked at: http://laco.wz.cz/tween/
yet I can't seem to find a tweening formula for AS1.

Can anyone help?
thanks

tsj4
04-11-2007, 11:34 PM
mosessupposses.com FuseKit 2.1 This is the way to go. and you can learn how to use it here http://www.gotoandlearn.com

lelales
04-11-2007, 11:37 PM
I think I figured it out, but if I haven't, I will definitely take your advice.

Flash Gordon
04-11-2007, 11:51 PM
The Tween class in AS 2.0 is based from Robert Penner's Tweening equations writing for AS 1.0. Why just make your own prototype based off of those?
http://www.robertpenner.com/easing/

lelales
04-11-2007, 11:57 PM
I'm just not at the level to be writing my own prototypes. Though I do have Robert Penner's book, and I found it very informative. I'm just not that good at AS programming as I would like to be. And it seems that every year the code changes.

thanks for the input.