Animate Text (Construct 3 Behaviours)

You're viewing a single comment in a conversation. View all the comments
  • 5 Comments

  • Order by
  • What are all the functions?

    • Because in the old version there were some interesting ones like <A swing> or the <tw wait> but those don't work anymore and there aren't in the documentation

      • Hi, this plugin is a bit more complex than the C2 one. Instead of providing premade functions, it allows you to define your own.

        For instance [sfdx=offsety 8*cos(t * 300 + i * 90)]my wavy text[/sfdx] will do a wavy text.

        However, angle doesn't work as the default spritefont object doesn't support an angle tag yet :(

        • That seems a lot more complex... Any chance the easy <Y wave 5> type thing will make a return, rather than "sfdx=offsety 8*cos(t * 300 + i * 90)]"?