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