home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global ItemDel, WereToGo
- set WereToGo to "start"
- GoMovie()
- puppetSound(0)
- sound stop 1
- sound stop 2
- updateStage()
- if the machineType <> 256 then
- set ItemDel to ":"
- else
- set ItemDel to "\"
- end if
- go(1, string(the pathName & "BODY" & ItemDel & "BLACK.DIR"))
- end
-