home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / inputbox.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1998-01-26  |  269 b   |  14 lines

  1. on mouseUp
  2.   tell the stage
  3.     ClearBlue()
  4.   end tell
  5.   tell the stage
  6.     set the cursor of sprite 29 to -1
  7.   end tell
  8.   set the editable of member 1 to 0
  9.   close(window "Symbols")
  10.   forget(window "Symbols")
  11.   close(window "InputBox")
  12.   forget(window "InputBox")
  13. end
  14.