Time-out in flash
Time-out in flash
Out of context: Reply #27
- Started
- Last post
- 31 Responses
- st33d0
I'm running the code from the timeline - I just wrote it so it could be dumped in anywhere.
Look up the Mouse class, it's one of Flash's listener classes. I felt that an MC had mouse listeners on it anyway which is why I chose that route to begin with. I just did the setInterval for the other snobs.
http://www.learnthat.com/computeā¦
It's working fine on mine (Flash MX2004). I always test code before I post.
But yeah, setInterval kills all scope when you enter the function you sent it to. I just usually send 'this' as a param to it.