Question
help needed please...
I am tryin to write some AS for a game which basically means
when one of my mc's hits another and the enter key is pressed then
mc2 should goto a frame...i think i have got the AND wrong?? can
anyone help??
if (this.grindthin.hitTest( _root.spaceship.playergrindthin )) AND(Key.isDown(Key.ENTER) ){
_root.spaceship.gotoAndPlay("grind");
_root.score += 100;
thanks
if (this.grindthin.hitTest( _root.spaceship.playergrindthin )) AND(Key.isDown(Key.ENTER) ){
_root.spaceship.gotoAndPlay("grind");
_root.score += 100;
thanks