home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set mycursor to [90]
- set the cursor of sprite 2 to mycursor
- set mycursor to [91]
- set the cursor of sprite 3 to mycursor
- set mycursor to [94]
- set the cursor of sprite 12 to mycursor
- set the cursor of sprite 13 to mycursor
- set mycursor to [93]
- set the cursor of sprite 4 to mycursor
- set mycursor to [95]
- set the cursor of sprite 6 to mycursor
- set the cursor of sprite 7 to mycursor
- set the cursor of sprite 8 to mycursor
- set the cursor of sprite 9 to mycursor
- end
-
- on stopMovie
- set the cursor of sprite 2 to -1
- set the cursor of sprite 3 to -1
- set the cursor of sprite 4 to -1
- set the cursor of sprite 12 to -1
- set the cursor of sprite 13 to -1
- set the cursor of sprite 6 to -1
- set the cursor of sprite 7 to -1
- set the cursor of sprite 8 to -1
- set the cursor of sprite 9 to -1
- end
-