tWeeen (Construct 3 Behaviours)

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

  • Order by
    • [-] [+]
    • 1
    • Fib's avatar
    • Fib
    • 1 points
    • (3 children)

    I currently can't switch from LiteTween to TWEEEN because of missing functionality. Can you please add a "value" property that can be tweened? Then an expression to return the "value" property? Then an action to manually set the starting number of "value"?

    This is a feature of LiteTween that is very helpful with tweening variables. For example tweening a high score number from zero to 1000 so the player can watch their high score go up. In LiteTween you can set the tweened property to "value", then set the target to 1000, then set value to 0, then start the tween. Then in every tick I can set my high score variable to LiteTween.Value. This feature seems missing in TWEEEN.

    Thank you. Any help is appreciated.