this is basically how it looks now
addEventListener(MouseEvent.ROLL_OVER, rollFunc);
//or you could do this: mc.addEventListener(MouseEvent.ROLL_OVER, rollFunc);
function rollFunc(e) {
rewind = false;
play();
}
|
Results 1 to 20 of 49
Threaded View
|
Click Here to Expand Forum to Full Width |