Flash Scratch Off
Flash Scratch Off
Out of context: Reply #8
- Started
- Last post
- 8 Responses
- ********0
2 things,
don't use onEnterFrame, use setInterval instead, it's the preferred method.
and
try setting the mask within the function that draws your line.
(you'll need to make one in order to use setInterval anyway.)