home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 6 / MacAddict_006_1997_02.iso / media / Main.Dxr / Internal_36.ls < prev    next >
Encoding:
Text File  |  1996-11-25  |  961 b   |  32 lines

  1. on exitFrame
  2.   set the visible of sprite 6 to rollOver(2)
  3.   set the visible of sprite 14 to rollOver(2)
  4.   set the visible of sprite 7 to rollOver(3)
  5.   set the visible of sprite 15 to rollOver(3)
  6.   set the visible of sprite 8 to rollOver(4)
  7.   set the visible of sprite 16 to rollOver(4)
  8.   set the visible of sprite 9 to rollOver(5)
  9.   set the visible of sprite 17 to rollOver(5)
  10.   set the visible of sprite 21 to rollOver(20)
  11.   set the visible of sprite 36 to rollOver(23)
  12.   set the visible of sprite 37 to rollOver(38)
  13.   set the visible of sprite 45 to rollOver(42)
  14.   set the visible of sprite 46 to rollOver(43)
  15.   set the visible of sprite 47 to rollOver(44)
  16.   set the visible of sprite 48 to rollOver(22)
  17.   set the volume of sound 2 to (the locH of sprite 12 - 278) / 13 * 36
  18.   if soundBusy(2) = 0 then
  19.     soundswitch()
  20.   end if
  21. end
  22.  
  23. on SkelSound
  24.   set vari to 1
  25.   if vari = 1 then
  26.     puppetSound(4, "Skel")
  27.   else
  28.     nothing()
  29.   end if
  30.   updateStage()
  31. end
  32.