weapon x
08-16-2007, 02:53 AM
hi,
iam currently using flash cs3
but the problem i'm having is that the tutorial i'm using is actionscript code for flash 8
it now appears that the new flash has a new actionscipt.
i was attempting to make an animated button, using a movieclip to do so
here is my acctionscript
btn_design_mc.onRollOver = function (){
btn_design_mc.gotoAndPlay("_over");
}
btn_design_mc.onRollOut = function (){
btn_design_mc.gotoAndPlay("_out");
}
does anyone know what needs to be written for this to work in actionscript 3.0
i've tried hitting the tab that brings it back to an earlier version of actionscipt but it wont allow me to
any help would be great thanks
jamie
iam currently using flash cs3
but the problem i'm having is that the tutorial i'm using is actionscript code for flash 8
it now appears that the new flash has a new actionscipt.
i was attempting to make an animated button, using a movieclip to do so
here is my acctionscript
btn_design_mc.onRollOver = function (){
btn_design_mc.gotoAndPlay("_over");
}
btn_design_mc.onRollOut = function (){
btn_design_mc.gotoAndPlay("_out");
}
does anyone know what needs to be written for this to work in actionscript 3.0
i've tried hitting the tab that brings it back to an earlier version of actionscipt but it wont allow me to
any help would be great thanks
jamie