AS3 to HTML5 - very simple code
Hi everyone,
I'm not really able to write codes but I really need your help in order to translate this very simple Action Script 3 code into an HTML5 one.
Thank you!
stop();
stage.addEventListener(MouseEvent.CLICK, _onStageMouseDown);
function _onStageMouseDown(e:MouseEvent):void
{
nextFrame();
}
