home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / alex_trax.swf / scripts / DefineButton2_433 / BUTTONCONDACTION on(release, keyPress Enter).as < prev   
Encoding:
Text File  |  2007-10-01  |  116 b   |  6 lines

  1. on(release, keyPress "<Enter>"){
  2.    gotoAndStop("level");
  3.    play();
  4.    _global.snd.playEvent("sndClick",1);
  5. }
  6.