home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global OnLinePath, backString, linkFlag, CDPath
- set the castNum of sprite the clickOn to 57
- updateStage()
- repeat while the mouseDown
- nothing()
- end repeat
- cleanUp()
- if CDPath = OnLinePath then
- CDcheck()
- set linkFlag to 1
- set backString to "calndr1 0 0 0 0"
- go(1, CDPath & "online\online")
- else
- set linkFlag to 1
- set backString to "calndrx 0 0 0 0"
- go(1, OnLinePath & "online\onlinex")
- end if
- end
-