If you wanted a single button that toggles between playing and not,
Actionscript Code:on(press){
if(playing){
this.stop();
}else{
this.play();
}
playing=!playing
}
OUCHIE,... WOW this thread is back from good old 2002 tisk tisk anna_2010,
|
Results 1 to 16 of 16
Threaded View
|
Click Here to Expand Forum to Full Width |