home *** CD-ROM | disk | FTP | other *** search
- on Mycheck2
- global FramesMap, MensFrames
- set temp to line (the frame + 2) / 3 of FramesMap
- if inside(point(the mouseH, the mouseV), rect(23, 183, 222, 429)) and (string(item 2 of temp) <> "000") then
- MyCursor(254, 255)
- else
- if inside(point(the mouseH, the mouseV), rect(372, 186, 614, 430)) and (string(item 1 of temp) <> "000") then
- MyCursor(252, 253)
- else
- if inside(point(the mouseH, the mouseV), rect(122, 229, 512, 379)) and (string(item 3 of temp) <> "000") then
- MyCursor(258, 259)
- else
- if inside(point(the mouseH, the mouseV), rect(122, 229, 512, 379)) and (MensFrames contains string((the frame + 2) / 3)) and (string((the frame + 2) / 3) <> 9) then
- SetCursor()
- else
- if inside(point(the mouseH, the mouseV), rect(122, 189, 512, 229)) and (string(item 5 of temp) <> "000") then
- MyCursor(250, 251)
- else
- if inside(point(the mouseH, the mouseV), rect(122, 379, 512, 429)) and (string(item 4 of temp) <> "000") then
- MyCursor(256, 257)
- else
- if inside(point(the mouseH, the mouseV), rect(122, 379, 512, 429)) and (string(item 6 of temp) <> "000") then
- MyCursor(248, 249)
- else
- ReleasCursor()
- cursor(0)
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-
- on Mycheck
- global FramesMap, MensFrames
- set temp to line (the frame + 2) / 3 of FramesMap
- if inside(point(the mouseH, the mouseV), rect(23, 183, 222, 429)) and (string(item 2 of temp) <> "000") then
- MyCursor(254, 255)
- else
- if inside(point(the mouseH, the mouseV), rect(512, 189, 612, 429)) and (string(item 1 of temp) <> "000") then
- MyCursor(252, 253)
- else
- if inside(point(the mouseH, the mouseV), rect(122, 229, 512, 379)) and (string(item 3 of temp) <> "000") then
- MyCursor(258, 259)
- else
- if inside(point(the mouseH, the mouseV), rect(122, 229, 512, 379)) and (MensFrames contains string((the frame + 2) / 3)) and (string((the frame + 2) / 3) <> 9) then
- SetCursor()
- else
- if inside(point(the mouseH, the mouseV), rect(122, 189, 512, 229)) and (string(item 5 of temp) <> "000") then
- MyCursor(250, 251)
- else
- if inside(point(the mouseH, the mouseV), rect(122, 379, 512, 429)) and (string(item 4 of temp) <> "000") then
- MyCursor(256, 257)
- else
- if inside(point(the mouseH, the mouseV), rect(122, 379, 512, 429)) and (string(item 6 of temp) <> "000") then
- MyCursor(248, 249)
- else
- ReleasCursor()
- cursor(0)
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-