home *** CD-ROM | disk | FTP | other *** search
- Set Space$Dir <Obey$Dir>
- IconSprites <Obey$Dir>.!Sprites
- |
- if "<System$Path>" = "" then Error 0 System resources cannot be found
- if "<armovie$dir>" = "" then run <space$dir>.!armovie.!boot
- if "<applayer$dir>" = "" then run <space$dir>.!applayer.!boot
- if "<space$position>" = "" then set space$position 1
- if "<space$count>" = "" then set space$count 0
- |
- RMEnsure SharedCLibrary 3.50 RMLoad System:Modules.CLib
- RMEnsure SharedCLibrary 3.50 Error You need SharedCLibrary 3.50 or later
- |RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPE280
- |RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 or later
-
- RMEnsure Colourtrans 0.52 RMLoad System:Modules.Colours
- |
- RMEnsure AAplay RMLoad <Space$Dir>.apmodule
-
- WimpSlot -min 650K -max 650k
-
- Set Pictures$Dir <space$dir>.space.pictures
- Set Animation$Dir <space$dir>.space.anims
- Set Cards$Dir <space$dir>.space.cards
- Set Docs$Dir <space$dir>.space.docs
- Set Info$Dir <space$dir>.space.info
- Set Background$Dir <space$dir>.space.pictures
- Set Index$Dir <space$dir>.space.index
- Set Anim$Dir <space$dir>.space.anims
- Set Title$Dir <space$dir>.space.info
-
- Run <Space$Dir>.!RunImage
-