| > !Animation.!Run
|
| Animation - A simple RISC_OSLib animation demo
|
set Animation$Dir <Obey$Dir>
set Animation$Path <Animation$Dir>

IconSprites <Obey$Dir>.!Sprites

|
if "<System$Path>" = "" then Error 0 System resources cannot be found
|
RMEnsure SharedCLibrary 3.71 RMLoad System:Modules.Clib
RMEnsure SharedCLibrary 3.71 Error You need Clib 3.71 or later
RMEnsure ColourTrans 0.52 RMLoad System:Modules.Colours
RMEnsure ColourTrans 0.52 Error You need ColourTrans 0.52 or later
WimpSlot -min 96K -max 96K 
run <Animation$Dir>.application
