Skip to main content
This topic has been closed for replies.
Correct answer kglad

there's no easy way to do that and no way to do determine that in less than one enterframe loop. the technique you sketched in your message won't work.

1 reply

Participant
February 28, 2013

A very simple question I'd like to ask a MovieClip: "hey, are you playing right now?"

Wrapping a MovieClip in a class meant to intercept every goto*() and stop() function is a bit too much work to get this one simple thing.

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
February 28, 2013

there's no easy way to do that and no way to do determine that in less than one enterframe loop. the technique you sketched in your message won't work.

Participant
March 1, 2013

It does work. It's one of the classes I use the most, as a matter of fact. But still, too much work for something so simple.