Aquilax's Forum Posts

  • 3 posts
  • Haven't tried that, but will do so tonight and give you an update

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I seem to have found and fixed the problem.

    Originally I paused the player sprite's animation while not on a platform and setting the speed to 40 while on a platform.

    It seems that it sets this speed every tick and additionally this seems to cause issues when the performance drops.

    I assume it is in fact linked to what you mentioned regarding the sprites collisions during frame changes.

    My fix was to remove the "pause animation" mechanic and the setting of the speed while on a platform.

    The animation now unfortunately does not pause, but at least the player doesn't teleport anymore

  • We have been working on a small endless runner to gift as a present for a little girl.

    It mostly seems to work as intended, but when installed on a tablet the player seems to "teleport" to the right at random intervals.

    I suspect that framerate might be causing a calculation problem in the "simulate platform pressing right" behavior, but I have no idea how to fix this.

    To note is that when running the game on a tablet through LAN test, the issue does not seem to occur. (nor does it when testing in HTML through PC)

    (APK was exported using crosswalk)

    The capx can be found here; https://dl.dropboxusercontent.com/u/90939473/nyancatiHelp.capx

  • 3 posts