Tween behavior only works with input, is it normal ?

0 favourites
  • 3 posts
From the Asset Store
Calculate parabolic trajectories and tween objects over them.
  • Hello,

    I've got a problem with the tween behavior.

    I set up a tween behavior that works when I press a button but with something else, like a sprite overlaping an other sprite, it doesn't work. I tried multiple simple conditions but it only works with input like a button pressed. Is it normal ?

    Tagged:

  • Hello,

    I've got a problem with the tween behavior.

    I set up a tween behavior that works when I press a button but with something else, like a sprite overlaping an other sprite, it doesn't work. I tried multiple simple conditions but it only works with input like a button pressed. Is it normal ?

    If you're using a condition to check if a sprite is overlapping another, it's likely that condition is repeatedly triggering the tween action, essentially constantly restarting it and never letting it begin

    Unless you're adding an AND condition that checks to see if the tween with the appropriate tag is currently NOT running

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • It makes sense, thanks.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)