home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / resources / drawfiles / _imagebank / _run < prev    next >
Encoding:
Text File  |  1994-08-30  |  1.6 KB  |  45 lines

  1. | > ImageBank:!Run
  2.  
  3. If "<Font$Path>" = "" Then Error Fonts not found. Please open a directory display containing !Fonts.
  4.  
  5. Set ImageBank$Dir <Obey$Dir>
  6. SetMacro ImageBank$Path <ImageBank$Dir>.
  7.  
  8. IconSprites ImageBank:!Sprites
  9.  
  10. If "<File$Type_C85>" = "" Then Set File$Type_C85 JPEG
  11. If "<File$Type_690>" = "" Then Set File$Type_690 Clear
  12.  
  13. | ---------------------------------------------------------------
  14. | We are RISC OS 3 only
  15.  
  16. RMEnsure UtilityModule 3.10 Error ImageBank can only be run under RISCĀ OS 3.1
  17.  
  18. | We need System for the DrawFile module
  19. If "<System$Path_Message>" = "" Then Set System$Path_Message System resources not found. Please open the directory display containing the !System application.
  20. RMEnsure DrawFile 1.01 RMLoad System:Modules.DrawFile
  21. RMEnsure DrawFile 1.01 Error You need at least version 1.01 of the DrawFile module. Please update your !System.
  22.  
  23. | Can we do 256 colour drags ?
  24. Set ImageBank$DragImage 1
  25. RMEnsure ColourTrans 1.27 Set ImageBank$DragImage 0
  26.  
  27. | ---------------------------------------------------------------
  28. | The following 2 system variables can be altered for your system.
  29.  
  30. | This variable sets from where to save and load the Choices file.
  31. SetMacro ImageBank$OptionsFile <ImageBank$Dir>.!Choices
  32.  
  33. | This variable is used to set the location for the catalogue files.
  34. SetMacro ImageBank$Catalogues <ImageBank$Dir>.Catalogues
  35.  
  36. | Where is the fast jpeg code?
  37. SetMacro ImageBank$FastJPEGCode <ChangeFSI$Dir>.CFSI-JPEG
  38.  
  39. | ---------------------------------------------------------------
  40.  
  41. WimpSlot -min 260k
  42. WimpSlot -min 256k -max 256K
  43.  
  44. Run ImageBank:!RunImage %*0
  45.