home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / pres / cr.dir / 00019_Script_19 < prev    next >
Text File  |  1998-07-10  |  136b  |  9 lines

  1. on mouseEnter
  2.   set the cursor of sprite 69 to [281,282]
  3. end
  4. on mouseLeave
  5.   cursor -1
  6. end
  7. on mouseDown
  8.   go to frame "exit"
  9. end