home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 61 / af061a.adf / _SSADemo < prev    next >
Text File  |  1993-06-16  |  1KB  |  38 lines

  1. ECHO "===================================================================="
  2. ECHO "== clariSSA © 1992-1993 by proDAD                                 =="
  3. ECHO "===================================================================="
  4. ECHO " "
  5.  
  6. ECHO "--------------------------------------------------------------------"
  7. ECHO "--------------------------------------------------------------------"
  8. ECHO " Please start clariSSA first. This demo also requires "
  9. ECHO " OS2.x, for the use of ARexx."
  10. ECHO "--------------------------------------------------------------------"
  11. ECHO "--------------------------------------------------------------------"
  12.  
  13.  
  14. IF NOT EXISTS sys:rexxc/rx
  15.   ECHO " "
  16.   ECHO " "
  17.   ECHO " "
  18.   ECHO " The ARexx starter could not be found."
  19.   ECHO " The demo, therefore, cannot be automatically run."
  20.   ECHO " Solution:"
  21.   ECHO " Load the file 'SSA-Anim/SSADemoAnim' into clariSSA as an Animation."
  22.   ECHO " Then click the Play-Gadget in the first window or press the P key."
  23.   Wait 10
  24. ELSE
  25.   sys:rexxc/rx "Options Results; Address clariSSA; LoadAnim MASTER Name 'SSA-Anim/SSADemoAnim'; PlayAnim 5 Screens;"
  26.   IF WARN
  27.     ECHO " "
  28.     ECHO " "
  29.     ECHO " The ARexx-Script has returned an error."
  30.     ECHO " - Please check that ARexx is present and running on your system."
  31.     ECHO " - Please check that clariSSA is running."
  32.     Wait 10
  33.   ENDIF
  34.  
  35. ENDIF
  36.  
  37. EndCli
  38.