I'm using AS2, I'm experiencing a lot of problems in this tutorial. I'm making a very advance platform game.
Problem 1#: I can't understand this line: "On the frames where these appear, put". Also if you mean we have to put it in the kick on the ground and in the air kick FRAMES, then there already is a "stop();" on the frame.
Problem 2#: I put the
if(!Key.isDown(65)){
_root.attack=false;
}
if(Key.isDown(65)){
play();
}
, then it says in the output panel:
**Error** Symbol=Symbol 8, layer=Layer 1, frame=5:Line 1: Statement must appear within on/onClipEvent handler
if(!Key.isDown(65)){
**Error** Symbol=Symbol 8, layer=Layer 1, frame=5:Line 4: Statement must appear within on/onClipEvent handler
if(Key.isDown(65)){
Total ActionScript Errors: 2 Reported Errors: 2.
Help! I love the tutorial, but i gave 2.5 stars cause of these problems.