MathGroup Archive 2010

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

Search the Archive

Re: Scrolling text: Changing text color, etc.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106848] Re: [mg106777] Scrolling text: Changing text color, etc.
  • From: "David Park" <djmpark at comcast.net>
  • Date: Sun, 24 Jan 2010 05:46:56 -0500 (EST)
  • References: <30325919.1264250336093.JavaMail.root@n11>

This works for me:


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


David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/  


From: Bill [mailto:WDWNORWALK at aol.com] 
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: Re: Crash when using Dot on matrices, v 6.0.2
  • Next by Date: Re: The formula of Abraham Moivre
  • Previous by thread: Scrolling text: Changing text color, etc.
  • Next by thread: Re: Scrolling text: Changing text color, etc.