home *** CD-ROM | disk | FTP | other *** search
- on cursorform var1, var2
- if var1 <> 0 then
- repeat with dummy = 0 to var1 - 1
- set the cursor of sprite (4 + (dummy * 2) - 1) to [500, 501]
- end repeat
- end if
- if var2 <> 0 then
- repeat with dummy = 0 to var2 - 1
- set the cursor of sprite (30 + dummy) to [500, 501]
- end repeat
- end if
- end
-
- on cursorform2 var1
- if var1 <> 0 then
- repeat with dummy = 0 to var1 - 1
- set the cursor of sprite (2 + dummy) to [500, 501]
- end repeat
- end if
- end
-
- on cursorLEISTE1
- repeat with dummy = 0 to 2
- set the cursor of sprite (32 + dummy) to [500, 501]
- end repeat
- end
-
- on cursorLEISTE2
- repeat with dummy = 0 to 3
- set the cursor of sprite (31 + dummy) to [500, 501]
- end repeat
- end
-
- on cursorLEISTE3
- repeat with dummy = 0 to 0
- set the cursor of sprite (31 + dummy) to [500, 501]
- end repeat
- repeat with dummy = 0 to 2
- set the cursor of sprite (33 + dummy) to [500, 501]
- end repeat
- end
-
- on cursorformleiste var1, var2, var3, var4
- if var1 <> 0 then
- set the cursor of sprite 10 to [500, 501]
- end if
- if var2 <> 0 then
- set the cursor of sprite 11 to [500, 501]
- end if
- if var3 <> 0 then
- set the cursor of sprite 12 to [500, 501]
- end if
- if var4 <> 0 then
- set the cursor of sprite 13 to [500, 501]
- end if
- end
-
- on nocur
- repeat with dummy = 1 to 48
- set the cursor of sprite dummy to 0
- end repeat
- end
-