home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / Internal_7.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  349 b   |  16 lines

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