home *** CD-ROM | disk | FTP | other *** search
/ Glowing Icon Sampler (Explicit Version) / GLOWING_ICON_SAMPLER.BIN / pc / holo / holodeck.dir / 00062.ls < prev    next >
Encoding:
Text File  |  1994-01-01  |  217 b   |  10 lines

  1. on mouseUp
  2.   global gMoovLength, username
  3.   set username to "foo"
  4.   set gMoovLength to 0
  5.   unsetQT(20)
  6.   set the castNum of sprite 20 to the number of cast "Invisible Movie Window"
  7.   updateStage()
  8.   go("GETNAME")
  9. end
  10.