home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- if rollOver(20) then
- set the cursor of sprite 20 to [200]
- end if
- if rollOver(22) then
- set the cursor of sprite 22 to [200]
- end if
- if rollOver(23) then
- set the cursor of sprite 23 to [200]
- end if
- if rollOver(24) then
- set the cursor of sprite 24 to [200]
- end if
- if rollOver(35) then
- set the cursor of sprite 35 to [200]
- end if
- if rollOver(36) then
- set the cursor of sprite 36 to [200]
- end if
- if rollOver(37) then
- set the cursor of sprite 37 to [200]
- end if
- if rollOver(38) then
- set the cursor of sprite 38 to [200]
- end if
- end
-