home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Princeton Review - Algebra Smart
/
ALGEBRA.iso
/
pc
/
lessons
/
algm1.dir
/
00270_Script_270
< prev
next >
Wrap
Text File
|
1996-10-02
|
1KB
|
35 lines
on startMovie
CacheCastLib
preloadmember "Video Scripts"
preloadmember "VideoDataField"
global videoPath, SourcePath
-- set the filename of castLib 2 to SourcePath&"AlgCst1.cst"
-- set the filename of member 301 to videoPath&"basic.mov"
-- set the filename of member 302 to videoPath&"vh1.mov"
-- set the filename of member 303 to videoPath&"vj4.mov"
-- set the filename of member 305 to videoPath&"vj5.mov"
-- set the filename of member 306 to videoPath&"vj6.mov"
-- set the filename of member 307 to videoPath&"vj7.mov"
-- set the filename of member 308 to videoPath&"vj8.mov"
-- set the filename of member 309 to videoPath&"vj9.mov"
-- set the filename of member 310 to videoPath&"vj10.mov"
-- set the filename of member 311 to videoPath&"vj11.mov"
set themarkers = [1,2,6,9,14,15,20,21,28,31]
MarkersToFrames themarkers
set the keydownscript to empty
set the exitLock to TRUE
global loopit, pauseClip, stopClip, noTransition
set noTransition = 1
set stopClip = 0
set pauseClip = 0
set loopit = 1
end
on MemoryTest
put the loaded of member 255
put the loaded of member 256
put the loaded of member 257
end