home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global getpoints
- set the cursor of sprite 29 to [243, 244]
- set the cursor of sprite 30 to [243, 244]
- set the cursor of sprite 1 to [249, 250]
- if getAt(getpoints, 2) and getAt(getpoints, 3) and getAt(getpoints, 4) and getAt(getpoints, 5) and not getAt(getpoints, 6) then
- go("YOUNGMAN_1")
- else
- go(the frame + 2)
- end if
- end
-