home *** CD-ROM | disk | FTP | other *** search
- global cheminSom
-
- on mouseEnter me
- set the member of sprite 7 to "PB R"
- end
-
- on mouseLeave me
- set the member of sprite 7 to "Blank"
- end
-
- on mouseDown me
- set cheminSom to the pathName
- if the machineType = 256 then
- go(1, the pathName & "Packard\Packard")
- else
- go(1, the pathName & "Packard:Packard")
- end if
- end
-