clesueur
04-06-2008, 09:36 PM
Normally I would just learn myself but this a rush job for tomorrow.
Basically ive got a small button animation that I have just coded to move to certain frames when clicked. Now for various reasons I need this in actionscript 3.
What do I have to add/change for the code below to work in as3?
stop();
_bkToW.onRelease = function() {
gotoAndPlay("_welcome");
};
Would be great if someone could help!
cheers
chris
Basically ive got a small button animation that I have just coded to move to certain frames when clicked. Now for various reasons I need this in actionscript 3.
What do I have to add/change for the code below to work in as3?
stop();
_bkToW.onRelease = function() {
gotoAndPlay("_welcome");
};
Would be great if someone could help!
cheers
chris