<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd">
<![CDATA[
ecmascript:
// Preferred style for inlined script code is contained CDATA
// in order to simplify use of characters < > " " ' ' etc. in source code
// When inlined script code appears in url instead, XML special characters
// must be carefully 'escaped' or an incorrect translation will result.
// url appears before contained code when translating to VRML encoding,
// so that external (possibly updated) code scripts can take precedence
function someSFBool (value, timestamp)
{
someMFInt32 = 0; // set outputOnly event, for example
}
]]>
<!-- Color key: <X3dNode DEF='idName' field='value'/> matches <XmlElement DEF='idName' attribute='value'/> -->
<!-- Additional help information about X3D scenes: X3D Resources, X3D Scene Authoring Hints and X3D Tooltips -->