home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global getpoints
- if getAt(getpoints, 2) then
- if getAt(getpoints, 4) and getAt(getpoints, 5) then
- if getAt(getpoints, 6) then
- play frame "YOUNGMAN_4"
- else
- play frame "YOUNGMAN_3"
- end if
- else
- play frame "YOUNGMAN_2"
- end if
- else
- play frame "YOUNGMAN_1"
- end if
- end
-