flash help!!
flash help!!
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- Anarchitect0
setInterval as posted before.
always use 2 functions:
#1 the function to be looped
#2 a trigger function
ie:
//#1
loop = function(obj, alpha){
obj._alpha += (alpha-obj._alpha)/4
if(Math.abs(alpha-obj._alpha)