Score: 7
"..."
date: April 30, 2008
this is good...but the first thing said
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 4: Syntax error.
this._y += 4;
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 7: Syntax error.
this._y -= 4;
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 6: Statement must appear within on/onClipEvent handler
if(Key.isDown(Key.UP)){
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 8: Unexpected '}' encountered
}
.....and doesn't work
April 30, 2008
Author's Response:
thanks for pointing it out, I didn't realize flash gets all retarded from copied spaces.
(It does work if you take out the spaces before each 'this._y += 4' lines)
uploading a fixed version