home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gGoBackFrame, gGoBackMovie
- puppetTransition(0)
- sound stop 1
- ClearPuppets()
- set gGoBackFrame to marker(0)
- set gGoBackMovie to the movie
- if the movie = "09.dir" then
- go("ENTROPY")
- else
- go("ENTROPY", "09.dir")
- end if
- end
-