home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 April (DVD) / PCWELT_4_2006.ISO / main.dir / 00425.ls < prev    next >
Encoding:
Text File  |  2006-01-19  |  172 b   |  10 lines

  1. on mouseUp
  2.   global gGoBackFrame, gGoBackMovie
  3.   puppetTransition(0)
  4.   sound stop 1
  5.   ClearPuppets()
  6.   gGoBackFrame = marker(0)
  7.   gGoBackMovie = the movie
  8.   go("data")
  9. end
  10.