Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window
wiki:FAQ3
Last modified 4 years ago Last modified on 10/02/07 15:04:52

Back to Documentation

Table of Contents

  1. your globals persist

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.