home *** CD-ROM | disk | FTP | other *** search
- global gMasterObj, gVideoObj, gSoundObj, gMenuObj, gCustompath, gVideopath
-
- on startMovie
- set the exitLock to 1
- if voidp(gCustompath) then
- set gCustompath to the pathName
- end if
- set the actorList to []
- set gMasterObj to new(script "masterScript")
- set gVideoObj to new(script "videoScript")
- set gSoundObj to new(script "soundScript")
- set gVideopath to gCustompath
- end
-