i try to put code in flash
stop();
no.addEventListener(MouseEvent.CLICK, fl_ClickToGoToPreviousFrame_2);
function fl_ClickToGoToPreviousFrame_2(event:MouseEvent):void
{
prevFrame(1);
}
It says both "Incorrect number of arguments, expected no more than 0".
And "Access of undefined property no".
how do i fix that
nvm i fixed it
Webtoon
nvm i fixed it