home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / antipacman.swf / scripts / DefineButton2_196 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-10-01  |  59 b   |  5 lines

  1. on(release){
  2.    CurrLevel++;
  3.    gotoAndStop("Game");
  4. }
  5.