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

  1. on mouseDown
  2.   puppetTransition(0)
  3.   sound stop 1
  4.   nextscreen()
  5.   puppetSprite(45, 0)
  6.   sound fadeOut 2, 45
  7.   if the movie = "main.dir" then
  8.     go("enter")
  9.   else
  10.     go("enter", "Main")
  11.   end if
  12. end
  13.