home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / compressed / development / gamesmithdemos.lha / gdsdemos / DEMO < prev    next >
Text File  |  1994-12-19  |  537b  |  46 lines

  1. if EXISTS aqua
  2.     cd aqua
  3.     aqua
  4.     cd /
  5. endif
  6. if EXISTS cyber_flight
  7.     cd cyber_flight
  8.     cyber_flight
  9.     cd /
  10. endif
  11. if EXISTS bubble
  12.   cd bubble
  13.   bubbles 25
  14.   bubbles 25 hires
  15.   bubble_blank 25
  16.   bubble_blank 10
  17.   bubble_line 20
  18.   bubble_rastport 20
  19.   bubble_virtual 50
  20.   bubble_scroll 20
  21.   bubble_copper 20
  22.   cd /
  23. endif
  24. if EXISTS tilemap
  25.     cd tilemap
  26.     2wayscroller
  27.     cd /
  28. endif
  29. if EXISTS parallax
  30.     cd parallax
  31.     pdemo
  32.     cd /
  33. endif
  34. if EXISTS tutorial
  35.     cd tutorial
  36.     battle_NTSC
  37.     cd /
  38. endif
  39.  
  40. if EXISTS moonrocks
  41.     cd moonrocks
  42.     moonrocks
  43.     cd /
  44. endif
  45.  
  46.