|
actionscript counting end of movie clips
|
I'm new to flash and I'm having a bit of trouble getting some actionscript to work.
I have this in my main timeline:
numPopped = 0;
poppedCount.text = numPopped;
and this at the end of a few movie clips:
stop();
_root.numPopped++;
poppedCount.text = _root.numPopped;
It just stays at zero and doesn't update. Can anyone help me out, please?
|
Last edited by psychodork; 11-06-2009 at 01:28 PM.
|