home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global UserPath
- cursor(0)
- puppetTempo(10)
- if the machineType <> 256 then
- if the shiftDown then
- go(1, UserPath & "FOREST:FRMAIN.DXR")
- else
- go(1, UserPath & "FOREST:FRINTRO.DXR")
- end if
- else
- if the shiftDown then
- go(1, UserPath & "FOREST\FRMAIN.DXR")
- else
- go(1, UserPath & "FOREST\FRINTRO.DXR")
- end if
- end if
- end
-