Size Easing
Tuesday, July 11th, 2006[ Flash Lab, Flash 5 ]

link: http://www.nineb.com/lab/flash5/sizeEasing/index.html
Flash version : 5
Graphic : bubbleball
Program : bubbleball
“Easing” This is a most popular technique which every newbies of flash want to know how to do. If you learn more actionscript, you will know that making easing for postion , size and others is very easy.
How to do?
Answer is you use new value which movieclip will chaged to calculate with present value for getting different value. After that, to divide different value by some number such as 2, so you will get half of different value and plus it to the present value. So every time movieclip change its property to newvalue, the different value will be less and it will changed slowly. (Important is placing code in loop event such as enterFrame event)
In this sample, I apply easing technique to change size of movieclip and you will see some work that I use this technique for making easing scrollbar later. (In flash mx version)
If you are using flash 8, you will notice that you already have tool for making easing of tweening.
:flash, easing, size
