Kenthria's Forum Posts

  • Problem Description

    I had saved my construct 2 project work into an already existing file about 10 or more so times over the course of the day. My laptop froze so i error restarted the laptop... now all the work ive worked on today is lost, and this isnt the first time this has happened.

    Steps to Reproduce Bug

    • Step 1: Open project, make changes, save a few times.
    • Step 2: Crash your laptop holding the on/off button.
    • Step 3: Attempt to reopen last save (goes to previous update)

    Operating System and Service Pack

    64bit Windows 8.1

    Construct 2 Version ID

    198

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey guys. Is there a way to pin something to an object better than saying set x to the objects coords every tick? Pin behaviour doesnt apply here. Basically my character is climbing down ladders (or everything else is moving up) and you can only move the ladder she is on horizontally so before she climbs too far down and falls off the bottom, you must line the ladder she is on with the one below.

    The problem is if you move the ladder too fast, she isnt keeping the x coord to the ladder and is being left behind- and so dropping off.

    using event when overlapping ladder, pin to ladder- means she wont fall off the bottom. I have tried saying when overlapping at offset y-100, unpin. But i think the pin is overriding the unpin!

    Help greatly appreciated