Last modified 4 years ago
Last modified on 10/02/07 15:04:52
Table of Contents
FAQ 3
your globals persist
Oh, yes another VERY important point:
I do not use global vaiables in order to not conflict with the host movies scripts (therefore I hate globals anyway) I rather use a propertylist in the script "commonmoviescript" to store "my own" globals. You can't get rid of the so stored "globals" with clearglobals. (we call them stored in an uninstantiated script) In order to clear these globals choose "recompile all scripts" from the menu. this resets all properties stored in uninstantiated scripts.
