Animation speed change bug

0 favourites
  • 4 posts
From the Asset Store
Match same tiles with each other as fast as you can and earn more score during a limited time!
  • Problem Description

    This also happens in C3.

    If you set the speed of the current animation in events, this speed will not be remembered if there is a change and a return to the animation from which the speed changed.

    Changing the speed of the current animation in events only serves for the current cycle of the animation, then the speed values set in the editor will be taken again.

    In this gif you can see that by pressing Enter I change the speed of the animation when the sprite has the green animation, then the sprite changes to the blue animation, again the sprite returns to the green animation and now the speed is again the initial.

    Attach a Capx

    https://www.dropbox.com/s/pt60jrqiuyv7e ... .capx?dl=0

    Description of Capx

    The capx includes a sprite object with two animations.

    anim1

    anim2

    Every 3 seconds the animation is alternated between these two animations.

    Steps to Reproduce Bug

    • Step 1 Press Enter to change the speed of the current animation
    • Step 2 Look the change and wait for that animation to be established again.
    • Step 3 Note that the change in speed that was made in the animation is not remembered and the values ​​set in the editor are taken again.

    Observed Result

    The speed change set in events is not fixed and will be forgotten when the animation is displayed again.

    This prevents that at the beginning of a program you can configure the speed of your sprites in events.

    Then you only have the possibility to configure your speeds in the editor.

    Expected Result

    A change of speed of the animation in the events must be fixed and be remembered for future visualizations of the animation.

    Affected Browsers

    • Chrome: (YES/NO)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    W10 64

    Construct 2 Version ID

    R259 64

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Here there is no error and with logic everything is in order.

    Animations can have different speeds and preferably do not enter it all the time.

  • This is currently by design. Changing the animation restores the animation speed. There is also a backwards-compatibility risk to changing this since existing projects may depend on the way it currently works.

  • In my opinion it is a flaw in the design.

    The speed should be permanently changed but I understand that it can not be modified because it affects other projects.

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