This page helps you to build your own rotating text logo

Logo Text
Font to be used:


Logo Text Color - must be integer value between 0 and 255 for each color.
Red Value Green Value Blue Value


Distance from center point:
X axis distance Y axis distance Initial text rotation


Rotation angles:
X axis Y axis Z axis


Rotation Speed - seconds.milliseconds


\n"; string4=" \n \n"; string5=" \n"; string6=" \n"; string7=" \n"; string8=" \n \n"; string9=" \n \n \n "; Seq("1").Stop(); bigstring=string1+string2+string3+string4+string5+string6+string7+string8+string9; document.codeframe.document.body.innerText=bigstring; document.displayframe.document.body.innerHTML=bigstring; Seq("1").Play(); } function spinit(){ document.displayframe.LogoSGFX.rotate(XRotate.value,YRotate.value,ZRotate.value); } --> You can copy the code from the first frame and paste it into a new file to get the logo you've created, as displayed in the second frame.