MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Scrolling text: Changing text color, etc.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106777] Scrolling text: Changing text color, etc.
  • From: Bill <WDWNORWALK at aol.com>
  • Date: Sat, 23 Jan 2010 07:33:04 -0500 (EST)

Hi:

I have scrolling text in Mathematica 6.0.1, using Animate:


Animate[Dynamic@
  Row[RotateLeft[{C, a, l, c, u, l, u, s, " ", III, ",", " ", P, g, " ", 109, 
     "   "}, cc]], {cc, 0, 33, 1}, AnimationDirection -> Forward, 
 AnimationRepetitions -> 2]
 

How can I make the scrolling letters to be red, and bold? I tried Style[ ], but without success.


Thanks,

Bill


PS. Win XP on a pc.


  • Prev by Date: Crash when using Dot on matrices, v 6.0.2
  • Next by Date: How to calculate covariant derivative by Mathematica?
  • Previous by thread: Re: Crash when using Dot on matrices, v 6.0.2
  • Next by thread: Re: Scrolling text: Changing text color, etc.