Another Flash Search
Another Flash Search
Out of context: Reply #14
- Started
- Last post
- 16 Responses
- madino0
unfit?
I feel that I reviewed and learned how your code works, but there is one thing that I don't understand.
How can I determine if the loop has been completed?
I thought that i could figure it out here
- if(Math.Round(_xscale) == targetX && Math.Round(_yscale) == targetY){
"TELL ME I AM DONE" here
clearInterval(scaleLoop);
}