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