home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global switch2
- set switch2 to switch2 + 1
- if switch2 > 1 then
- set switch2 to 0
- end if
- if switch2 = 0 then
- repeat with a = 24 to 47
- set the locH of sprite a to the locH of sprite a + 1000
- end repeat
- go("klein2")
- end if
- if switch2 = 1 then
- repeat with a = 24 to 47
- set the locH of sprite a to the locH of sprite a - 1000
- end repeat
- go("gross2")
- end if
- updateStage()
- end
-