home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global getpoints, getitems, getpieces
- repeat with i = 1 to 37
- set the cursor of sprite i to 0
- end repeat
- cursor(200)
- if getAt(getpieces, 2) then
- puppetSprite(8, 1)
- end if
- if not getAt(getitems, 1) then
- go("scene2_1")
- else
- if not getAt(getpoints, 3) then
- go("scene2_2")
- else
- go("scene2_3")
- end if
- end if
- end
-