<div dir="ltr">I place this example under the Web3D Consortium License, for submission to the archives.  I think that Christoph V. and maybe Doug Sanden have had their hands on files like these.  They should probably give their blessing<div><br></div><div>The letter with equals, "=",  sliders work in FreeWRL.  I haven't gotten this example to slide like other X_ITE samples.  I am using Sunrize and FreeWRL.</div><div><br></div><div>The main problem with this scene is that the middle shape inside the coordinate axes doesn't change shape.  That may be due to how generateCoordinates() is called or not called (it may be currently commented out).  There might be issues with coordinates or coordIndexes.</div><div><br></div><div>FreeWRL drags the number and letter together correctly.  Sunrize doesn't drag at all.</div><div><br></div><div>Anyway, something for your perusal, and archiving.</div><div><br></div><div>There may be an issue with how I am using JavaScript and setting Script fields with a variable???</div><div><br></div><div>Here's are some of the critical lines that need to work, including the last one:</div><div><br></div><div>function newTranslation(value) {<br>        set_protoValue(value.x * protoScale);<br>        set_protoText(new MFString(protoParameterName+'='+protoValue.toFixed(2)));<br>        protoScript[protoParameterName] = protoValue;<br>};</div><div><br></div><div>John</div><div>John</div></div>