home *** CD-ROM | disk | FTP | other *** search
- on cur var1, var2, var3
- if var1 <> 0 then
- repeat with dummy = 0 to var1 - 1
- set the cursor of sprite (17 + dummy) to [814, 815]
- end repeat
- end if
- if var2 <> 0 then
- repeat with dummy = 0 to var2 - 1
- set the cursor of sprite (48 - dummy) to [814, 815]
- end repeat
- end if
- if var3 <> 0 then
- repeat with dummy = 0 to var3 - 1
- set the cursor of sprite (37 + dummy) to [814, 815]
- end repeat
- end if
- end
-
- on wer
- alert("Made by Ralf Oswald")
- end
-