home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Algebra Smart / ALGEBRA.iso / pc / lessons / algm4.dir / 00280_Script_280 < prev    next >
Text File  |  1996-10-02  |  1KB  |  30 lines

  1. on startMovie
  2.   CacheCastLib
  3.   preloadmember "Video Scripts"
  4.   preloadmember "VideoDataField"
  5.   global videoPath, SourcePath
  6. --  set the filename of castLib 2 to SourcePath&"AlgCst1.cst"
  7. --  set the filename of member 330 to videoPath&"vj40.mov"
  8. --  set the filename of member 331 to videoPath&"vj41.mov"
  9. --  set the filename of member 332 to videoPath&"vj42.mov"
  10. --  set the filename of member 333 to videoPath&"vj43.mov"
  11. --  set the filename of member 334 to videoPath&"vj44.mov"
  12. --  set the filename of member 335 to videoPath&"vj45.mov"
  13. --  set the filename of member 336 to videoPath&"vj46.mov"
  14. --  set the filename of member 337 to videoPath&"vj47.mov"
  15. --  set the filename of member 338 to videoPath&"vj48.mov" 
  16. --  set the filename of member 368 to videoPath&"vj49.mov"
  17.   
  18.   set themarkers = [1,2,3,9,10,17,24,25,31,33]
  19.   MarkersToFrames themarkers
  20.   
  21.   
  22.   set the keydownscript to empty
  23.   set the exitLock to TRUE
  24.   global loopit, pauseClip, stopClip, noTransition
  25.   set noTransition = 1
  26.   set stopClip = 0
  27.   set pauseClip = 0
  28.   set loopit = 1
  29. end
  30.