home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 January / WPCJAN97.ISO / zarnac.dxr / 00107.ls < prev    next >
Encoding:
Text File  |  1996-11-18  |  1.2 KB  |  90 lines

  1. on finishMovie
  2.   global myWindow
  3.   if objectp(myWindow) then
  4.     forget(myWindow)
  5.   end if
  6.   set the visible of sprite 48 to 1
  7.   puppetSprite(48, 0)
  8.   puppetSound(0)
  9.   sound stop 1
  10.   sound stop 2
  11.   updateStage()
  12.   continue()
  13.   updateStage()
  14. end
  15.  
  16. on feat1
  17.   finishMovie()
  18.   go(1, the pathName & "drwho")
  19. end
  20.  
  21. on feat2
  22.   finishMovie()
  23.   go(1, the pathName & "scifi")
  24. end
  25.  
  26. on feat3
  27.   finishMovie()
  28.   go(1, the pathName & "kim")
  29. end
  30.  
  31. on feat4
  32.   finishMovie()
  33.   go(1, the pathName & "time")
  34. end
  35.  
  36. on feat5
  37.   finishMovie()
  38.   go(1, the pathName & "trek")
  39. end
  40.  
  41. on feat6
  42.   finishMovie()
  43.   go(1, the pathName & "time")
  44. end
  45.  
  46. on feat7
  47.   finishMovie()
  48.   go(1, the pathName & "meta")
  49. end
  50.  
  51. on feat8
  52.   finishMovie()
  53.   go(1, the pathName & "readme")
  54. end
  55.  
  56. on feat9
  57.   finishMovie()
  58.   go(1, the pathName & "office")
  59. end
  60.  
  61. on feat10
  62.   finishMovie()
  63.   go(1, the pathName & "reviews")
  64. end
  65.  
  66. on feat11
  67.   finishMovie()
  68.   go(1, the pathName & "news")
  69. end
  70.  
  71. on feat12
  72.   finishMovie()
  73.   go(1, the pathName & "bazar")
  74. end
  75.  
  76. on feat13
  77.   finishMovie()
  78.   go(1, the pathName & "games")
  79. end
  80.  
  81. on feat14
  82.   finishMovie()
  83.   go(1, the pathName & "zarnac")
  84. end
  85.  
  86. on feat15
  87.   finishMovie()
  88.   go(1, the pathName & "letters")
  89. end
  90.