home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1999 June / PCP0699A.iso / Demos / Malkari / Tutorial1.dxr / 00136_exitdn.ls < prev    next >
Encoding:
Text File  |  1999-03-05  |  115 b   |  8 lines

  1. on mouseEnter me
  2.   set the visible of sprite 36 to 1
  3. end
  4.  
  5. on mouseLeave me
  6.   set the visible of sprite 36 to 0
  7. end
  8.