home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 March / Image.iso / wd.dxr / Internal_10_startMovie.ls < prev    next >
Encoding:
Text File  |  1996-10-28  |  396 b   |  15 lines

  1. on exitFrame
  2.   global gPostitSprite, gVideoPath
  3.   initVars()
  4.   enterProgram()
  5.   repeat with i = gPostitSprite to gPostitSprite + 4
  6.     set the visible of sprite i to 0
  7.   end repeat
  8.   SpriteCursor(2, "Finger")
  9.   set fname to gVideoPath & "intro.avi"
  10.   if fname <> the fileName of cast "IntroVideo" then
  11.     set the fileName of cast "IntroVideo" to fname
  12.     preLoadCast("IntroVideo")
  13.   end if
  14. end
  15.