>>Is there a different way for me to set vars other than globals?
Using properties (whether in Parent scripts or behaviors) is the way to go
to avoid the wholesale use of globals (then your data storage reflects the
'real world' that you are simulating).
But if you are not so keen on a total re-organisation of an on-going project
here's a simpler approach that may be relevant:
IF your globals fall naturally into sets then try make a global property
list for each of these sets. e.g.
global gplstScores
gplstScores = [#Tery:12. #Duncan:7, #Anon:2]
Or even linear lists
global glstChannels
glstChannels = [5, 27, 6]
cheers
--
Richard Tribe, BBC Interactive dept.
This e-mail (and any attachments) is confidential and may contain personal
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system, do not use,
copy or disclose the information in any way nor act in reliance on it and notify
the sender immediately. Please note that the BBC monitors e-mails sent
or received. Further communication will signify your consent to this.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]