home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- if inside(point(the mouseH, the mouseV), rect(22, 189, 122, 429)) then
- MyCursor(254, 255)
- else
- if inside(point(the mouseH, the mouseV), rect(122, 229, 512, 379)) then
- MyCursor(258, 259)
- else
- if inside(point(the mouseH, the mouseV), rect(122, 379, 512, 429)) then
- MyCursor(256, 257)
- else
- ReleasCursor()
- cursor(0)
- end if
- end if
- end if
- end
-