home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global returnframe, returnmovie
- if the castNum of sprite clickOn() = 204 then
- set returnframe to the frame - 2
- set returnmovie to pathName() & the movieName
- repeat with i = 1 to 37
- puppetSprite(i, 0)
- set the cursor of sprite i to 0
- end repeat
- cursor(200)
- go("toPICT")
- end if
- end
-