home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Algebra Smart / ALGEBRA.iso / pc / lessons / algm1.dir / 00270_Script_270 < prev    next >
Text File  |  1996-10-02  |  1KB  |  35 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 301 to videoPath&"basic.mov"
  8. --  set the filename of member 302 to videoPath&"vh1.mov"
  9. --  set the filename of member 303 to videoPath&"vj4.mov"
  10. --  set the filename of member 305 to videoPath&"vj5.mov"
  11. --  set the filename of member 306 to videoPath&"vj6.mov"
  12. --  set the filename of member 307 to videoPath&"vj7.mov"
  13. --  set the filename of member 308 to videoPath&"vj8.mov"
  14. --  set the filename of member 309 to videoPath&"vj9.mov"
  15. --  set the filename of member 310 to videoPath&"vj10.mov"
  16. --  set the filename of member 311 to videoPath&"vj11.mov"
  17.   
  18.   set themarkers = [1,2,6,9,14,15,20,21,28,31]
  19.   MarkersToFrames themarkers
  20.   
  21.   set the keydownscript to empty
  22.   set the exitLock to TRUE
  23.   global loopit, pauseClip, stopClip, noTransition
  24.   set noTransition = 1
  25.   set stopClip = 0
  26.   set pauseClip = 0
  27.   set loopit = 1
  28. end
  29.  
  30. on MemoryTest
  31.   put the loaded of member 255
  32.   put the loaded of member 256
  33.   put the loaded of member 257
  34. end
  35.