home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / mcny / source / funhouse.dir / 00025.ls < prev    next >
Encoding:
Text File  |  1996-05-06  |  302 b   |  17 lines

  1. on enterFrame
  2.   if rollOver(21) then
  3.     puppetSprite(20, 1)
  4.     set the locH of sprite 20 to 130
  5.     set the locV of sprite 20 to 70
  6.     set the ink of sprite 20 to 8
  7.     set the castNum of sprite 20 to 91
  8.   else
  9.     puppetSprite(20, 0)
  10.   end if
  11.   updateStage()
  12. end
  13.  
  14. on exitFrame
  15.   go("rm3nolit")
  16. end
  17.