COMMUNICATION ENVIRONMENT

We need to create an environment for communications in our Director movie. In the 3dD Basic Kit we will add three areas:

Our first exercice is a kind of Hello World! The player type his name and will receive a HELLO!

The code has 2 lines:

  member("chatwin").text = "Hello, " & string(member("chatent").text) 
  member("chatent").text = " "


PREVIOUS LESSON NEXT LESSON
T. CONTENTS HOMEPAGE