This is a Java Script to make a Text Message rotate around your cursor. I have only tested it in Internet Explorer. Make sure the code is copied exactly or it will not work.

How To Cutomize:
  • var msg='Elysium Starlight'- Here is where you make the message to display. Make sure not to remove the commas.
  • var font='Verdana,Arial'; - Here is where you change the font. Make sure not to remove the commas.
  • var size=3; - Here is where you change the font size, Can be up to 7.
  • var color='#000000'; - Here is where you change the font color.
  • var speed=.3; - This is not the rotation speed, its the reaction speed, keep low! Set this to 1 for just plain rotation w/out drag.
  • var rotation=.2; - This is the rotation speed, set it negative if you want it to spin clockwise.
  • Highlight All