home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / 00007_Script_7 < prev    next >
Text File  |  1997-03-05  |  355b  |  17 lines

  1. on exitFrame
  2.   global begin
  3.   set begin=1
  4.   repeat with i=42 to 48
  5.     puppetSprite i,1
  6.     set the cursor of sprite i=[34,35]
  7.   end repeat
  8.   global Navigate
  9.   set Navigate=""
  10.   if soundBusy(1)=0 then 
  11.     set the member of sprite 42=member "soundDown"
  12.     global SoundActive
  13.     set SoundActive=0
  14.   else
  15.     set SoundActive=1
  16.   end if
  17. end