home *** CD-ROM | disk | FTP | other *** search
/ Space Encyclopedia / AnimatedPixels_SpaceEncyclopedia.iso / _space / _run < prev    next >
Text File  |  1993-05-25  |  1KB  |  32 lines

  1. Set Space$Dir <Obey$Dir>
  2. IconSprites <Obey$Dir>.!Sprites
  3. |
  4. if "<System$Path>" = "" then Error 0 System resources cannot be found
  5. if "<armovie$dir>" = "" then run <space$dir>.!armovie.!boot
  6. if "<applayer$dir>" = "" then run <space$dir>.!applayer.!boot
  7. if "<space$position>" = "" then set space$position 1
  8. if "<space$count>" = "" then set space$count 0
  9. |
  10. RMEnsure SharedCLibrary 3.50 RMLoad System:Modules.CLib
  11. RMEnsure SharedCLibrary 3.50 Error You need SharedCLibrary 3.50 or later
  12. |RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPE280
  13. |RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 or later
  14.  
  15. RMEnsure Colourtrans 0.52 RMLoad System:Modules.Colours
  16. |
  17. RMEnsure AAplay  RMLoad <Space$Dir>.apmodule
  18.  
  19. WimpSlot -min 650K -max 650k
  20.  
  21. Set Pictures$Dir <space$dir>.space.pictures
  22. Set Animation$Dir <space$dir>.space.anims
  23. Set Cards$Dir <space$dir>.space.cards
  24. Set Docs$Dir <space$dir>.space.docs
  25. Set Info$Dir <space$dir>.space.info
  26. Set Background$Dir <space$dir>.space.pictures
  27. Set Index$Dir <space$dir>.space.index
  28. Set Anim$Dir <space$dir>.space.anims
  29. Set Title$Dir <space$dir>.space.info
  30.  
  31. Run <Space$Dir>.!RunImage
  32.