home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / cannonballfollier3.swf / scripts / frame_12 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  157 b   |  13 lines

  1. goGame = new cGame();
  2. _root.gScore = "000000";
  3. _root.title.play();
  4. if(Key.isDown(16))
  5. {
  6.    gotoAndStop("play");
  7.    play();
  8. }
  9. else
  10. {
  11.    stop();
  12. }
  13.