Can i create curve text in construct 3? Maybe there's an external plug to it?
I think you can paste the text on a DrawingCanvas object, and then distort it using meshes.
If the text is static, it would be much easier to do this in some other editor and then import to Construct as a sprite.
each letter a sprite object, rotate them as you wish
I have a title that changes to more than 200 options. I need something built-in :-)
Thanks!
Just do it in the Html Element.
You can use a spritefont. Spawn each letter in a circle offsetting the angle.
Here is an example:
dropbox.com/s/626zo5403an64el/TextInCircle.c3p
Develop games in your browser. Powerful, performant & highly capable.
How about using the bulge effect on a large Text object ?
Big square text object, add a line, some blank lines, then another line.