home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
commercial
/
arachne
/
molecmodel
/
!ModelInfo
/
!Run
next >
Wrap
Text File
|
1993-11-13
|
1KB
|
28 lines
| BookView - view for Arachne Interactive Book Language, able (AIBL).
| © 1993 Arachne Software
| Author: David J. Miller
| Do sprites and path
Set BookView$Dir <Obey$Dir>
IconSprites <BookView$Dir>.!Sprites
| Now load modules from system unless have RISC OS 3
Set BookView$Support present
RMEnsure Draw 1.01 Error You need Draw 1.01 or later
RMEnsure FPEmulator 2.80 Unset BookView$Support
RMEnsure SharedCLibrary 1.02 Unset BookView$Support
RMEnsure ColourTrans 0.52 Unset BookView$Support
if "<System$Path>" <> "" then set BookView$Support canload
if "<BookView$Support>" = "" then Error 0 System resources cannot be found
RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPEmulator
RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 or later
RMEnsure SharedCLibrary 1.02 RMLoad System:Modules.CLib
RMEnsure SharedCLibrary 1.02 Error You need SharedCLibrary 1.02 or later
RMEnsure ColourTrans 0.52 RMLoad System:Modules.Colours
RMEnsure ColourTrans 0.52 Error You need ColourTrans 0.52 or later
Unset BookView$Support
| Finally load BookView
WimpSlot -min 320k -max 320k
Run <BookView$Dir>.!RunImage