> > 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 was thinking about something like this. In Flash:
getURL("lingo:variableStatusRequest");
and in Director:
on variableStatusRequest
me.pMySprite.setVariable(variableName, newValue)
end
You can make it a lot more flexible, but that's the basic approach I'd
use.
Cordially,
Kerry Thompson
[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!]