Another Flash Search
Another Flash Search
Out of context: Reply #16
- Started
- Last post
- 16 Responses
- unfittoprint0
you've understood the code..
Note: one way to know when a loop is finished is to trace it. In the first line of the loop use something like:
trace(_x+" : "+_y);
When it stops 'messaging' the _y,_x coordinates of the movie it means it has cleared the loop.