home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gGoBackFrame, gGoBackMovie
- puppetSound(0)
- if gGoBackMovie = the movie then
- go(gGoBackFrame)
- else
- go(gGoBackFrame, gGoBackMovie)
- end if
- repeat with i = 1 to 8
- sound stop i
- end repeat
- end
-