home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set myCursor to [19]
- repeat with n = 2 to 7
- set the cursor of sprite n to myCursor
- end repeat
- end
-
- on Gshowsprite
- set myCursor to [19]
- repeat with n = 2 to 7
- set the visible of sprite n to 0
- if rollOver(n) = 1 then
- set the visible of sprite n to 1
- next repeat
- end if
- nothing()
- end repeat
- end
-