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

  1. on exitFrame
  2.   if rollOver(6) then
  3.     puppetSound(4, "electric2")
  4.   end if
  5.   set the visible of sprite 14 to rollOver(6)
  6.   set the visible of sprite 2 to rollOver(6)
  7.   if rollOver(7) then
  8.     puppetSound(4, "electric2")
  9.   end if
  10.   set the visible of sprite 15 to rollOver(7)
  11.   set the visible of sprite 3 to rollOver(7)
  12.   if rollOver(8) then
  13.     puppetSound(4, "electric2")
  14.   end if
  15.   set the visible of sprite 16 to rollOver(8)
  16.   set the visible of sprite 4 to rollOver(8)
  17.   if rollOver(9) then
  18.     puppetSound(4, "electric2")
  19.   end if
  20.   set the visible of sprite 17 to rollOver(9)
  21.   set the visible of sprite 5 to rollOver(9)
  22.   set the visible of sprite 32 to rollOver(21)
  23.   set the visible of sprite 33 to rollOver(20)
  24.   if soundBusy(2) = 0 then
  25.     soundswitch()
  26.   end if
  27.   go(the frame)
  28. end
  29.