home *** CD-ROM | disk | FTP | other *** search
/ Hiper 2 / HIPERCD_2.iso / hipercd3.exe / hipercd3.dxr / 00114.ls < prev    next >
Encoding:
Text File  |  1997-07-25  |  628 b   |  34 lines

  1. on exitFrame
  2.   global rola
  3.   if rollOver(4) then
  4.     if rola <> 4 then
  5.       puppetSound(0)
  6.     end if
  7.     set rola to 4
  8.     puppetSprite(4, 1)
  9.     set the member of sprite 4 to member 51 of castLib 1
  10.     updateStage()
  11.     puppetSprite(4, 0)
  12.     go(the frame)
  13.   else
  14.     if rollOver(5) then
  15.       if rola <> 5 then
  16.         puppetSound(0)
  17.       end if
  18.       set rola to 5
  19.       go(the frame)
  20.     else
  21.       if rollOver(6) then
  22.         if rola <> 6 then
  23.           puppetSound(0)
  24.         end if
  25.         set rola to 6
  26.         go(the frame)
  27.       else
  28.         set rola to 0
  29.         go(the frame)
  30.       end if
  31.     end if
  32.   end if
  33. end
  34.