Hey everyone,
I've been messing around with ActionScript 2.0 and I came up with this code but it just won't work, I don't know how to make it work.
var myNumber:Number = 0;
Start_btn.onEnterFrame = function():void {
on (release) {
trace(myNumber = myNumber + 1)
}
}
Could you please explain to me why it isn't working an tell me how to make it work, thanks in advance.
P.S. Bear in mind I'm only a beginner.