PDA

View Full Version : bend text in arc



borispc
February 10th, 2005, 09:05 PM
Hello!
is there any way in flash to bend a text in an arc? (I'm assuming that if it's possible it'll be in AS) Let's say we want to set up a dynamic text along a circle (or a path for that matter)...how can you that?

tofuisonmyside
February 11th, 2005, 03:34 AM
you have to make an as in which you

- get all the letters of your string
- make each letter a movie clip
- place them _x and_y following an equation like this y = x²(+k)

does this help ?