Skip to main content
Participant
May 17, 2007
Question

Trying to contol a MC's shape with AS

  • May 17, 2007
  • 3 replies
  • 263 views

I'm working on an app where a user can enter text, choose font/color/size settings and when they click the continue button their text appears in a new TextField in a dynamically created movieclip. My question is: is there anyway, through ActionScript, that I can set a curve to the text? I know how to draw a curved line, but I want my text to curve (ie around a circle or in the shape of a rainbow(arc)). I can't find an sort of function for this. Is there perhaps a way to snap text to a line that I draw with curveTo()? If anyone knows how to do this it would be a huge help!

PS I'm using CS2. If CS3 offers this I'd like to know, but I prefer a CS2 solution

Thanks
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
May 17, 2007
you're welcome.
cmwpmmAuthor
Participant
May 17, 2007
I'll check it out. Thanks much!
kglad
Community Expert
Community Expert
May 17, 2007
you can use the displacementmapfilter to do that but it's not easy to use and i'm not able to give much help using it.