Thanks, Kerry.
<rant>
It's amazing. The most difficult part of my project is getting my silly
little navigation controls to work properly. :-/
</rant>
> Well, how about a little different approach. You could have Director
call setVariable, and then all you would need to do in Flash would be to
watch the variable.
I could try that. I believe actionscript now has a watch() method.
> Or, you could do a getURL:Lingo call to a Director handler that would
return the value of the variable.
This is what I wasn't able to figure out the correct syntax for. I
tried:
var theVariable = getURL("lingo: return gTools.pString");
var theVariable = return getURL("lingo: gTools.pString");
var theVariable = getURL("lingo: return value(gTools.pString)");
They didn't work. Oh well. Trudge on...
Regards,
- MM
[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!]