home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / audio / 4520 < prev    next >
Encoding:
Internet Message Format  |  1992-12-27  |  1.0 KB

  1. Path: sparky!uunet!munnari.oz.au!uniwa!DIALix!acix!johnv
  2. From: johnv@acix.DIALix.oz.au (John Verhoeven)
  3. Subject: Re: Digitizing from scripts..
  4. Newsgroups: comp.sys.amiga.audio
  5. References: <168C78B8.WALLY@UKCC.UKY.EDU>
  6. X-Newsreader: TIN [version 1.1 PL8]
  7. Message-ID: <johnv.03yj@acix.DIALix.oz.au>
  8. Date: 27 Dec 92 14:05:09 WST
  9. Organization: ACix - Private UUCP Node, Cloverdale, Western Australia.
  10. Lines: 21
  11.  
  12. WALLY@UKCC.UKY.EDU wrote:
  13. > I can't think of a way to currently use break to stop AGMSRS because
  14. > unless the system is the same way each time, the process number will
  15. > be different.  And I can't think of a way to use the 2.0 Status to
  16. > be able to "tell" break what number.  (IE:  Status->variable, then
  17. > break $variable)
  18.  
  19. Try something like this:
  20.  
  21. run Sound
  22. wait 2
  23. :c/showanim -c5 +4 Aces-0.anim 
  24. echo >t:cmdname "COMMAND " noline
  25. which >>t:cmdname sound
  26. status >t:status <t:cmdname ?
  27. echo >t:cli "`type t:status`" len 3
  28. break <t:cli >nil: ?
  29.  
  30. This is something I use to start some music that accompanies an animation
  31. and stop it when the animation is quit.
  32.  
  33.