This is a Java Script to make the status bar look like it is shooting in. For an example look below at the satus bar. I have only tested it in Internet Explorer. Make sure the code is copied exactly or it will not work.

How To Cutomize:
  • var statBarMsg = - Here is where you make the message to display. Make sure not to remove the quotations.
  • timeout = window.setTimeout('setMessage()',100); - The 100 is a editable value (1000 = 1 second) corresponds to the speed of the shootingmessage.
  • BODY bgcolor="ffffff" onload="timeout = window.setTimeout('setMessage()',500);" - Here you can change the color.
  • Highlight All