home *** CD-ROM | disk | FTP | other *** search
/ cyberXperience / c11.ISO / cyberaz / nivel1.dxr / 02153_IZQUIERDA.ls < prev    next >
Encoding:
Text File  |  1996-05-14  |  279 b   |  14 lines

  1. on mouseDown
  2.   puppetSprite(22, 1)
  3.   repeat while the mouseDown
  4.     if rollOver(22) then
  5.       set the castNum of sprite 22 to 2104
  6.       updateStage()
  7.       next repeat
  8.     end if
  9.     set the castNum of sprite 22 to 2153
  10.     updateStage()
  11.   end repeat
  12.   puppetSprite(22, 0)
  13. end
  14.