Any related Lingo I have to use?
--
Michael Chan
micha...@ctimail.com
It is possible to create chat application/chat bot in Director by using the shockwave multiuser server. A sample script can be downloaded from the Director Support Center at the link below:
http://www.macromedia.com/support/director/multiuser/chat_bot/
for more information on using the multiuser server, visit the multiuser section:
http://www.macromedia.com/support/director/multiuser.html
Mike
This is not a trivial programming task. I think that ALICE is open source in
which case you might be able to peek at the (Java) code and see how it
works. I've never seen something like this done in shockwave though I don't
see why it couldn't. There was at one time hundreds of dos based chatBots.
Find out more about ALICE at http://www.alicebot.org/
--
Leo Prendergast
Interactive Designer for hire
Director - Lingo - Flash - ActionScript - Dreamweaver
--
Leo Prendergast
Interactive Designer for hire
Director - Lingo - Flash - ActionScript - Dreamweaver
--
Leo Prendergast <leo...@yahoo.com> wrote in message
news:a826u8$n5$1...@forums.macromedia.com...
--
Michael Chan
micha...@ctimail.com
"Leo Prendergast" <leo...@yahoo.com> 撰寫於郵件新聞
:a826u8$n5$1...@forums.macromedia.com...
to read text from a field:
myText = member("myFieldOrTextmember").text
write:
member("myFieldOrTextmember").text = myText
you can also look up "word" in the lingo help
I'll let you find out the rest by yourself
--
/Christoffer
"Michaelsoft" <micha...@ctimail.com> wrote in message
news:a8740u$679$1...@forums.macromedia.com...