Changeset 88
- Timestamp:
- 10/04/11 15:21:08 (8 months ago)
- Location:
- trunk/lingosource/castlib1
- Files:
-
- 2 edited
-
commonMovieScript.ls (modified) (1 diff)
-
st_movie_aleXtrasMovieScript.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/commonMovieScript.ls
r71 r88 159 159 if voidP(pGList) then 160 160 pGList = [:] 161 scr = mGetXScript(#regisx )161 scr = mGetXScript(#regisx, true) 162 162 if not listP(scr) then 163 163 if mCheckForXtra(me, "BudAPI") = 1 then call(#regisb, scr) -
trunk/lingosource/castlib1/st_movie_aleXtrasMovieScript.txt
r61 r88 77 77 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 78 78 79 on xscr scrName 79 on xscr scrName, bool_failSilentlyInAuthoring 80 80 ----------------------------------- 81 81 -- CREATED: 11.02.2008 … … 88 88 ----------------------------------- 89 89 90 return mGetXScript(scrName )91 end 92 93 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 94 95 on mGetXScript scrName 90 return mGetXScript(scrName, bool_failSilentlyInAuthoring) 91 end 92 93 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 94 95 on mGetXScript scrName, bool_failSilentlyInAuthoring 96 96 ----------------------------------- 97 97 -- CREATED: 11.02.2008 … … 113 113 if ilk(inst) <> #instance then 114 114 if the runmode contains "aut" then 115 if bool_failSilentlyInAuthoring <> 1 then 115 116 put "Script" && QUOTE & str_scrName & QUOTE && "is missing! This may cause unwanted behavior" 117 end if 116 118 end if 117 119 inst = []
Note: See TracChangeset
for help on using the changeset viewer.
