madmax700,
To print a variable onto a 3d screen, you must use the
text and
center text commands. The syntax for them is:
TEXT x, y, string$
CENTER TEXT x, y, string$
string$ can either be a string variable or a string of words, as:
TEXT x, y, "Hello World!"
These commands are automatically printed and cleared from the screen each loop, in a 3d screen at least, keeping you from having to use
CLS, which also clears the 3d screen. I have found, though, that using them not in a 3d screen, the
CLS command is necessary.
Sorry to say I haven't experimented with glueing and manipulating limbs.
+NanoBrain+