home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global sheriffcheck, youngsheriff
- if (sheriffcheck <= 4) and not youngsheriff then
- set youngsheriff to 1
- go("scene3*")
- else
- repeat with i = 1 to 27
- puppetSprite(i, 0)
- end repeat
- repeat with i = 1 to 37
- set the cursor of sprite i to 0
- end repeat
- cursor(200)
- go("scene1")
- end if
- end
-