|
|  !Run file for !SPatience
|  By J.Horsnell
|  Version 0.96
|  Sept 1992
|
Set SPatience$Dir <Obey$Dir>
Set File$Type_333 Patience
Set Alias$@RunType_333 Run <SPatience$Dir>.!Run %%*0
IconSprites <SPatience$Dir>.!Sprites
|
RMEnsure SharedCLibrary 0.00 RMLoad System:Modules.CLIB
RMEnsure SharedCLibrary 3.50 Error You need CLib 3.50 or later
| NB: I have not tested the program with earlier versions.
|
RMEnsure FPEmulator 0.00 RMLoad System:Modules.FPE*
RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 or later
| NB: I have not tested the program with earlier versions.
|
|
| The variable 'SPatience$Options' enables the tweeking of SPatience.
| -b<1|2|3>    This alters background processing (card flying). [DEFAULT:1]
|              1 : process only when mouse is inside borders
|              2 : process regardless of mouse position but restrict
|                  to window with mouse if any
|              3 : process regardless, no restrictions
|              This can also be set via the menu entry 'state'.
| -s<steps>    This sets the upper limit on animation steps. [DEFAULT:8]
|
Set SPatience$Options -b3 -s16
|
Wimpslot -min 128k -max 128k
Run <SPatience$Dir>.!RunImage %*0
