home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / astroys.swf / scripts / DefineButton2_65 / BUTTONCONDACTION on(release, keyPress y).as
Encoding:
Text File  |  2006-06-13  |  97 b   |  4 lines

  1. on(release, keyPress "y"){
  2.    _global.api.highscore.submit("asteroids","",_level0.score,0);
  3. }
  4.