all groups > flash actionscript > may 2005 >
You're in the

flash actionscript

group:

Reloading MC's



Reloading MC's greatone305
5/31/2005 8:56:53 PM
flash actionscript: Hey guys i have a small problem. I have some buttons liked to different mc's.
And this is what i would like to do:

on button press play the mc, once the mc has stopped playing. make it to
where if the button is pressed again while the mc is still active, the mc will
not play again. In other words nothing happens. It just stays there on
screen, and does not restart.

Can anyone help me on this.
Re: Reloading MC's .:}x-=V!P=-x{:.
5/31/2005 9:25:20 PM
viewed = false;
on(release){
if(viewed == false){
//play
viewed = true;
AddThis Social Bookmark Button