home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global FramesMap, PrevFrame, MensFrames
- if inside(the clickLoc, rect(22, 189, 122, 429)) then
- set theItem to 1
- else
- if inside(the clickLoc, rect(122, 229, 512, 379)) then
- set theItem to 2
- else
- if inside(the clickLoc, rect(122, 379, 512, 429)) then
- set theItem to 3
- end if
- end if
- end if
- if theItem = 1 then
- go("053")
- else
- if theItem = 2 then
- go("055")
- else
- go("045")
- end if
- end if
- end
-