home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global pictnumber
- set pictnumber to pictnumber - 1
- if pictnumber <= 0 then
- set pictnumber to 16
- end if
- set the castNum of sprite 1 to 0
- puppetSprite(1, 0)
- updateStage()
- unLoad()
- go(#previous)
- end
-