hi,
im extremely new to flash
however photoshop, illustrator and 3dstudio max are my backgrounds
so i'm not a complete noob
anyways, i've been using the craig campbell tutorial for making a webpage in flash and after creating a movieclip for an animated button ive discovered that the tutorial being for flash 8 uses as2, whereas i'm using flash cs3... obviously using as3
can anyone help convert my script so that it will work?
here's the script:
ActionScript Code:
btn_design_mc.onRollOver = function (){
btn_design_mc.gotoAndPlay("_over");
}
btn_design_mc.onRollOut = function (){
btn_design_mc.gotoAndPlay("_out");
}
anyhelp would be great
thanks