home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997: Best New Mac Games / Image(3).iso / Games / Grossology / demo.dxr / Internal_102.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  353 b   |  15 lines

  1. on mouseUp
  2.   global CertificateLab, CertificateName
  3.   set CertificateLab to "Zits"
  4.   set CertificateName to "Demo User"
  5.   PrintCertificate()
  6.   set the visible of sprite 46 to 0
  7.   set the visible of sprite 47 to 0
  8.   set the visible of sprite 48 to 0
  9.   puppetSprite(46, 0)
  10.   puppetSprite(47, 0)
  11.   puppetSprite(48, 0)
  12.   updateStage()
  13.   go("ZitsStudy")
  14. end
  15.