home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / graphics / animationcreation / mactor11.lha / MainActor / Docs / MainView.Doc < prev    next >
Encoding:
Text File  |  1993-06-21  |  4.2 KB  |  141 lines

  1.  
  2. MainView.Doc V1.0
  3. -----------------
  4.  
  5.   MainView is MainActors external player. It can display all 
  6.   animations/pictures for which MainActor has the proper loader modules.
  7.  
  8.   The key commands while playing animations or showing pictures are
  9.   the same as if you would view them directly with MainActor.
  10.   Thats the reason for not listing them here again, have a look at the
  11.   MainActor doc section 3.2 under "Play" and "Show".
  12.   
  13.   If MainActor saved an icon for the animations/pictures to view, MainView
  14.   will take the view settings from this icon (overruling its own settings) !
  15.   You can change this behaviour through the 'IgnoreIcons' option.
  16.   
  17.   You can start MainView from the workbench or form the cli :
  18.  
  19.  
  20. Starting MainView from the Workbench
  21. ------------------------------------
  22.  
  23.  
  24.   If you start MainView from the wb (per icon) you can select the file(s)
  25.   to view in an asl-requester. For multi selecting just press one of the 
  26.   shift keys and select the files with the mouse. (Starting from OS 2.1+)
  27.  
  28.   MainView supports the following tooltypes :
  29.  
  30.   Window
  31.   ------
  32.  
  33.     This tooltype enables the window mode, all animations or pictures
  34.     will be displayed in an window on the current public screen.
  35.     Is disabled by default.
  36.   
  37.   FrameInfo
  38.   ---------
  39.   
  40.     FrameInfo enables the FrameInfo mode. For further details look
  41.     at the MainActor.Doc.
  42.     Is disabled by default.
  43.     
  44.   NoCaching
  45.   ---------
  46.   
  47.     Disables caching, with caching disabled MainView plays direct from
  48.     the harddisk (or whatever). This allows you to play big
  49.     animations even if you have not much ram.
  50.     Is disabled by default.
  51.     
  52.   IgnoreIcons
  53.   -----------
  54.  
  55.     Ignores the icons of the animations/pictures
  56.     Is disabled by default.
  57.  
  58.   Flash
  59.   -----
  60.  
  61.     Enables the Flash option.
  62.     Is disabled by default.
  63.     
  64.   XOffset=<Value>
  65.   ---------------
  66.   
  67.     You can directly set the start x offset.
  68.     Defaults to 0.
  69.     
  70.   YOffset=<Value>
  71.   ---------------
  72.   
  73.     The same for the y offset.
  74.     Defaults to 0.
  75.  
  76.   Repeat=<Value>
  77.   --------------
  78.   
  79.     Repeats the animation <Value> times.
  80.     For example "Repeat=1" would play the animation one time.
  81.     Defaults to 10.
  82.     
  83.   Directory=<Path>
  84.   ----------------
  85.   
  86.     This is the initial directory for the asl-requester.
  87.  
  88.   Anim_Module=<Module>
  89.   --------------------
  90.   
  91.     Chooses the default loader module for animations.
  92.     Default is the "Universal" module.
  93.  
  94.   Pic_Module=<Module>
  95.   --------------------
  96.   
  97.     Chooses the default loader module for pictures.
  98.     Default is the "Universal" module.
  99.     If you want to view all pictures for example on the PicassoII gfx board,
  100.     choose the "Universal_PicassoII" module.
  101.     
  102. Starting MainView from the cli
  103. ------------------------------
  104.  
  105.  
  106.   Starting MainView from the cli will give you enhanced functionality. 
  107.   You can for example define patterns for animations or picture lists.
  108.   
  109.   Usage is : MainView [-<options>] <file>
  110.   
  111.   You can enter as many files as you like.
  112.  
  113.   MainView supports these options :
  114.   
  115.     -w           : enables the window mode
  116.     -fi          : enables the frameinfo option
  117.     -nc          : turns caching off
  118.     -i           : ignore the icons for the animations/pictures
  119.     -f           : enables the flash option
  120.     -xvalue      : value describes the initial x offset
  121.     -yvalue      : the same for the y offset.
  122.     -rvalue      : value describes how often the animation should be repeated
  123.     -amodule     : where module is the default animation loader
  124.                    for example "-aUniversal" selects the universal
  125.                    loader (default).
  126.     -pmodule     : where module is the default picture loader
  127.                    for example "-aUniversal" selects the universal
  128.                    loader (default).
  129.                    If you want to remap your pictures to the PicassoII
  130.                    board enter "-pUniversal_PicassoII"
  131.   Examples:
  132.   
  133.     'MainView -nc -r1 Graphics:Pics/#? Graphics:Animation/#?8_32'
  134.     will show all files in the Graphics:Pics/ directory as well as all
  135.     files in the Graphics:Animation/ directory which end with '8_32'and
  136.     all animations will be directly played from the harddisk (one time).
  137.  
  138.     'MainView -pPicassoII Graphics:#?_24Bit'
  139.     will display all pictures which names end with '_24Bit' on the Picasso-II
  140.     board.
  141.