home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global CertificateLab, CertificateName
- set CertificateLab to "Zits"
- set CertificateName to "Demo User"
- PrintCertificate()
- set the visible of sprite 46 to 0
- set the visible of sprite 47 to 0
- set the visible of sprite 48 to 0
- puppetSprite(46, 0)
- puppetSprite(47, 0)
- puppetSprite(48, 0)
- updateStage()
- go("ZitsStudy")
- end
-