home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM da Folhinha / cdrom-folhinha.ISO / hq.dir / 00617.ls < prev    next >
Encoding:
Text File  |  1997-04-07  |  302 b   |  11 lines

  1. on mouseUp
  2.   global sprx
  3.   set sprx to the clickOn
  4.   set the editableText of sprite sprx to 1
  5.   set rc to the castNum of sprite sprx
  6.   set tt to the text of member rc
  7.   hilite word 1 to the number of words in tt of field rc
  8.   set the textSize of member rc to 8
  9.   set the keyDownScript to "entrada"
  10. end
  11.