home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global bover
- set bover to 0
- ShowButtonSensitive(47, 43)
- ShowButtonSensitive(48, 44)
- if rollOver(30) then
- set bover to 1
- set the visible of sprite 42 to 0
- set the visible of sprite 15 to bover
- else
- set the visible of sprite 15 to 0
- set the visible of sprite 42 to 1
- end if
- ShowButtonSensitive(31, 16)
- ShowButtonSensitive(32, 17)
- ShowButtonSensitive(33, 18)
- ShowButtonSensitive(34, 19)
- ShowButtonSensitive(35, 20)
- ShowButtonSensitive(36, 21)
- SetMyCursor(bover)
- end
-
- on exitFrame
- go(the frame)
- end
-