translation to AS3
hello
i start work as3 , don't know how write code inas3
i'll glad know how write , if need more make works
start_cold.onrollover=function(){
snow_mc.play();
}
start_cold.onrollout=function(){
snow_mc.gotoandstop(1);
}
big thanks
eli
:
start_cold.addeventlistener(mouseevent.roll_over,overf);
start_cold.addeventlistener(mouseevent.roll_out,outf);
function overf(e:mouseevent):void{
snow_mc.play();
}
function outf(e:mouseevent):void{
snow_mc.gotoandstop(1);
}
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment