home *** CD-ROM | disk | FTP | other *** search
/ Emulator Universe CD / emulatoruniversecd1998.iso / CPC / ROMs / ARKNXTRA.DSK / arkanoid.bas (.txt) < prev   
Encoding:
Locomotive BASIC  |  1997-05-16  |  2.9 KB  |  39 lines

  1. ARKANOIDBAS
  2. thank you" 
  3. " you doorknob!" 
  4.  0,26,1,2,11,20,3,6,15,24,10,16,18,9,12,0
  5.  "ARKANOID.001"
  6.  "ARKANOID.003"
  7.  "ARKANOID.002"
  8.  "ARKANOID.000"
  9.                     ARKANOID Construction Set                          GAME     
  10.  "Play ARKANOID unchanged [answer Y or N]: ";
  11.                   Load new game screens: ";
  12.  "                                   Name: ",
  13.  205,207,50,60,192,51,51,201,205,207,50,95,35,197,1,&C6,&7F,237,73,126,14,&C0,237,73,193,201
  14.  205,155,52,58,218,135,203,119,196,5,10,58,219,135,203,79,196,233,11,195,229,20
  15.  "      Change the stage the ball is lost: ";
  16.  "  Infinite lives in the first 32 stages: ";
  17. "       Infinite lives in the last stage: ";
  18.  "         Number of initial lives [1-11]: ",
  19.  "            Initial stage number [1-32]: ",
  20.  "    Destroy all bricks at the first hit: ";
  21.  "           Remove indestructible bricks: ";
  22.  "     No monsters in the first 32 stages: ";
  23.  " Number of hits to destroy head [1-255]: ",
  24.  "  The head's projectiles have no effect: ";
  25.  33,80,39,17,64,0,1,192,117,237,176,195,229,69
  26.  ARKANOID.SCR = 49152,16384
  27.  ARKANOID.TWO = 20736,5113
  28.  ARKANOID.GAM = 10064,30144
  29.  ARKANOID.THR = 20736,5113
  30. "Yes";
  31. ", please" 
  32. " sir!" 
  33. "No";
  34. ", thank you" 
  35. " you doorknob!" 
  36.  "NUMERO D'ECRAN";
  37.  "    Destroy all bricks at the first hit: ";
  38.  "           Remove indest
  39.