onClipEvent (enterFrame) {
_x = random(5) + 240;
_y = random(5) + 180;
}
How do I stop this piece of code at a specific frame?
Probably real simple but I have tried to insert stop(); at the specific frame I wanted to stop at but to no avail.
|
Results 1 to 2 of 2
Thread: Stop an Onclip event
Tags for this Thread |
Click Here to Expand Forum to Full Width |