home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / dialog.dxr / Internal_45_frcc.ls < prev    next >
Encoding:
Text File  |  1998-01-27  |  244 b   |  16 lines

  1. on mouseDown
  2.   NotVisible([4, 6, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34])
  3.   cursor(-1)
  4.   set the visible of sprite 19 to 1
  5.   sound stop 2
  6.   go(the frame + 1)
  7. end
  8.  
  9. on mouseEnter
  10.   cursor([50, 51])
  11. end
  12.  
  13. on mouseLeave
  14.   cursor(-1)
  15. end
  16.