At 07:33 AM 12/20/00, Brian Farmer wrote:
>On another note, how can I change/update several text members after I
>click on a button?
That question is worthy of a different subject line. It's also extremely
vague, so I'll offer 1 of a zillion possibilities:
on mouseUp
member("text1").text = "I clicked a button."
member("text2").text = "Yes I did."
end
If that doesn't do what you want, then could you be more specific? Do you
want to swap sprite members? Change the text of a member? What is the
source for the change? Import a text member? Read from a file on a local
disk? Download text from an http server? etc, etc, etc...
There's lots of good info in the "Text" section of the "Lingo by Feature"
section of the Lingo Dictionary - accessible via the help file.
--
Mark A. Boyd
Keep-On-Learnin' :)
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]