home *** CD-ROM | disk | FTP | other *** search
/ PC Creation 3 / PCCREATION3.iso / Pc_creation / Kitch.dxr / 00110_kitstriptease.ls < prev    next >
Encoding:
Text File  |  2001-12-13  |  243 b   |  14 lines

  1. on mouseUp
  2.   open("striptease.exe")
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the member of sprite the currentSpriteNum to "stripteaseroll"
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the member of sprite the currentSpriteNum to "striptease"
  13. end
  14.