home *** CD-ROM | disk | FTP | other *** search
- on nächstesBild
- global gWoBinIch
- if the frameLabel < gWoBinIch then
- go(the frame + 1)
- end if
- end
-
- on moove
- global mymoove
- if the right of sprite mymoove > (the right of sprite 4 + 60) then
- set the visible of sprite 9 to not (the visible of sprite 9)
- else
- set the visible of sprite 9 to 0
- end if
- updateStage()
- if the locV of sprite mymoove > 642 then
- puppetSprite(mymoove, 0)
- else
- puppetSprite(mymoove, 1)
- end if
- set the locH of sprite mymoove to the locH of sprite mymoove + 2
- set the locV of sprite mymoove to the locV of sprite mymoove + 1
- end
-