Signs

In Activeworlds, some objects (i.e. sign1.rwx through sign5.rwx) will allow you to add text to them. You do this using the sign command.

Image

Create sign

This is a sign1.rwx that we've added a sign to. You put the text you want the sign to say in the description line above the action line. "Create sign" by itself will generate a blue background and a white foreground (text).

Image

Create sign bcolor=orange color=red

Here we have changed the colors to an orange background and a red foreground. The tag bcolor= sets the background color and the tag color= sets the text color. We just used preset words for the colors. A list of these preset colors is available here.

Image

Create sign bcolor=x color=CCFFFF

On this sign we have set the background color to black. With black, you only need to put a single letter to set the color. For the text, we used an HTML color. A list of HTML colors are available here.


Click Here to return to the action line commands pages.