Im not sure how to do that, but you can make it scroll left or right, just change this :
Code:
<marquee height="18" direction="up" ScrollDelay="75" ScrollAmount="1">$post[arcadeawards]</marquee><br/>
Into this (For right scroll):
Code:
<marquee height="18" direction="right" ScrollDelay="75" ScrollAmount="1">$post[arcadeawards]</marquee><br>
Or this (For left scroll) :
Code:
<marquee height="18" direction="left" ScrollDelay="75" ScrollAmount="1">$post[arcadeawards]</marquee><br>

Hope that helps