home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global myplatform
- puppetSound("Klick")
- updateStage()
- puppetTransition(member 119 of castLib "standard.cst")
- if (myplatform = "NT") or (myplatform = "Mac") then
- go("NT1")
- else
- go(the frame - 1)
- end if
- end
-