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

  1. on exitFrame
  2.   global rola
  3.   if rollOver(11) then
  4.     if rola <> 11 then
  5.       puppetSound(0)
  6.     end if
  7.     set rola to 11
  8.     puppetSprite(11, 1)
  9.     set the member of sprite 11 to member 51 of castLib 1
  10.     updateStage()
  11.     puppetSprite(11, 0)
  12.     go(the frame)
  13.   else
  14.     go(the frame)
  15.   end if
  16. end
  17.