home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / dxrs / Jargonb.dxr / 00108.ls < prev    next >
Encoding:
Text File  |  1998-10-12  |  332 b   |  13 lines

  1. global firstLetter, secondLetter
  2.  
  3. on mouseUp
  4.   set the member of sprite 20 to "blankPic"
  5.   go(5)
  6.   set the visible of sprite 16 to 1
  7.   set the visible of sprite 17 to 1
  8.   set the visible of sprite 18 to 1
  9.   set the visible of sprite 19 to 1
  10.   set the text of member "defHeading" to " "
  11.   set the text of member "defText" to " "
  12. end
  13.