home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / replay / _arplayer / _run < prev    next >
Text File  |  1994-02-19  |  1KB  |  36 lines

  1. | ARPlayer:!Run
  2. | © Uniqueway Ltd, 1994
  3. | © Acorn Computers Ltd, 1994
  4.  
  5. If "<ARMovie$Dir>" = "" Then Error ARMovie resources not found. Please open a directory display containing the !ARMovie application.
  6.  
  7. Set ARPlayer$Dir <Obey$Dir>
  8. SetMacro ARPlayer$Path <ARPlayer$Dir>.
  9.  
  10. IconSprites ARPlayer:!Sprites
  11.  
  12. | ---------------------------------------------------------------
  13.  
  14. RMEnsure UtilityModule 3.10 Error ARPlayer can only be run under RISC OS 3.1 or later
  15.  
  16. RMEnsure ReplaySupport 0.03 RMLoad ARPlayer:ReplaySpt
  17.  
  18. | ---------------------------------------------------------------
  19. | The following system variable can be altered for your system.
  20.  
  21. | This variable sets from where to save and load the Choices file.
  22. Set ARPlayer$OptionsFile <ARPlayer$Dir>.!Choices
  23.  
  24. | This variable sets where to save an obey file to setup the Replay system variables
  25. If "<Choices$Write>" = "" Then Set ARPlayer$StateFile <ARPlayer$Dir>.!State Else SetMacro ARPlayer$StateFile <Choices$Write>.Boot.PreDesk.ARPlayer
  26.  
  27. | ---------------------------------------------------------------
  28.  
  29. If "<ARMovie$Version>" = "" Then WimpSlot -min 288K
  30. If "<ARMovie$Version>" = "" Then Run ARPlayer:Dummy -playfor 0 -noerror
  31.  
  32. WimpSlot -min 196k -max 196K
  33. WimpSlot -min 192k -max 192K
  34.  
  35. Run ARPlayer:!RunImage %*0
  36.