home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / textbox.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-01-26  |  129 b   |  10 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseDown
  6.   if not (the visible of sprite 4) then
  7.     forget(window "TextBox")
  8.   end if
  9. end
  10.