SUPER FAST Flash
SUPER FAST Flash
Out of context: Reply #10
- Started
- Last post
- 10 Responses
- junetic0
what is "i" for???? i understand the syntax; but not the logic?...i just wanted to make something occur really fast....this kinda worked:
change1 = function(){
box._alpha = 100
updateAfterEvent();}
change = function(){
box._alpha = 0}
setInterval(change1,50)
setInterval(change,2 )