home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global invOn, roverCapGone5d
- if invOn = 0 then
- if roverCapGone5d = 0 then
- forward(0, "5arc7a")
- else
- if roverCapGone5d = 1 then
- forward(0, "5arc7b")
- else
- forward(0, "5arc7c")
- pass()
- end if
- end if
- else
- if (invOn = 1) and (roverCapGone5d = 2) then
- set invOn to 0
- goto("5Arc6Nhose")
- tell the stage
- removeInventory("Tube")
- end tell
- end if
- end if
- end
-