home *** CD-ROM | disk | FTP | other *** search
/ Hiper 2 / HIPERCD_2.iso / hipercd3.exe / hipercd3.dxr / 00022.ls < prev    next >
Encoding:
Text File  |  1997-07-25  |  599 b   |  30 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(13) then
  15.       if rola <> 13 then
  16.         puppetSound(0)
  17.       end if
  18.       set rola to 13
  19.       puppetSprite(13, 1)
  20.       set the member of sprite 13 to member 49 of castLib 1
  21.       updateStage()
  22.       puppetSprite(13, 0)
  23.       go(the frame)
  24.     else
  25.       set rola to 0
  26.       go(the frame)
  27.     end if
  28.   end if
  29. end
  30.