Reversing animation does not work

Not favoritedFavorited Favorited 0 favourites
  • 5 posts
From the Asset Store
Animated portals including normal and reverse animations in HD and 8-bit.
  • I can not set the animation speed to negative, animation does not play. Expected result would be reversed animation.

    is there a quick way to just reverse the frame order in animation sheet in C3? I have too many frames and I am too lazy to do it manually.

  • Maybe something like

    Every tick

    —sprite: set frame to self.framecount-1-(time*self.animationSpeed)%self.framecount

    The speed has to be a positive value but that would play the animation in reverse order.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Maybe something like

    Every tick

    —sprite: set frame to self.framecount-1-(time*self.animationSpeed)%self.framecount

    The speed has to be a positive value but that would play the animation in reverse order.

    There are several ways to do it in code. Doing it every tick would be the worst one I think. I am more interested in reversing the animation in the editor.

  • You have to set "Repeat to" to the last frame number if you use negative speed.

  • I can not set the animation speed to negative, animation does not play. Expected result would be reversed animation.

    is there a quick way to just reverse the frame order in animation sheet in C3? I have too many frames and I am too lazy to do it manually.

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