Odd movement issues.

This forum is currently in read-only mode.
From the Asset Store
Run and Jump in 3 Dimensions! Take your platformer to the next level!
  • Up until a short time ago, all my movement and keypressing was working like a charm.

    But for some reason, it suddenly refuses to work properly - some keypresses are randomly ignored, or the system waits for them, or refuses to let my sprites move until another identical keypress.

    Before I go about posting the .cap, though...

    It runs perfectly fine in debug mode.

    So does that mean I'm missing something obvious?

  • Hard to say what's wrong without taking a look at it. You should post your .cap.

  • Okay, here it is.

    Don't look too hard at the code under 'Generation', it works perfectly but looks incredibly kludgy (I learned to code in C++ first.)

    Also, try in debug mode first to get an idea of how the movement is supposed to be responding.

    http://www.sendspace.com/file/gmmomn

  • I have no idea what could cause that. It's like the sprite and it's collision box are somehow separated. Even with Center View on Me or manually scrolling to the sprite it won't stay centered on the screen.

    On top of that the collision seems to be off, like the grid behavior jumps to the left at start of layout and gets trapped in a wall. Or something. I really don't know what's up. It's either a bug or a corrupt .cap... I'm leaning towards bug, but I have no idea how I would recreate it or what's even causing it.

    Hopefully someone else could take a look and figure out what the problem is. And I hope you have a backup you can restore...

  • Got it. I was fiddling with the M&K events and realized the game board one was Global.

    So it was misconstruing keystrokes in multiple ways.

    It would be nice to have a global M&K that worked, so we wouldn't have to stick one in every layout, but so it goes.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Got it. I was fiddling with the M&K events and realized the game board one was Global.

    So it was misconstruing keystrokes in multiple ways.

    It would be nice to have a global M&K that worked, so we wouldn't have to stick one in every layout, but so it goes.

    What? Weird... I caught that as well and unchecked it. But it didn't have any effect. Are you sure you didn't do something else as well?

    *doublechecking cap*

    Edit:

    Yeah, I just now did that and only that and Mr. Guy is still stuck and acting funny.

  • I removed a few things and noticed the menu part was still there, and the monster was moving around in that, rather than the actual game map. I don't know if that's the cause but it seems to be the reason it's not moving properly. Hotspots, collisions etc. all seem ok to me.

  • I removed a few things and noticed the menu part was still there, and the monster was moving around in that, rather than the actual game map. I don't know if that's the cause but it seems to be the reason it's not moving properly. Hotspots, collisions etc. all seem ok to me.

    Confirmed. That's definitely it. The menu selector is even moving around with the player.

    That's really crazy, though... again I'm stumped as to why that would happen.

    Edit:

    GOT IT. It's the Quickload action in the start of layout on the menu. Remove it and your game works fine.

    Looks like a Quickload bug, then.

  • GOT IT. It's the Quickload action in the start of layout on the menu. Remove it and your game works fine.

    Wow, I'd have never got that. I went off looking at the other parts, didn't even SEE the one quickload event at the start, or would have even suspected it if I had. Nice catch!

  • Mine is working perfectly and the Quickload is still there...

    How can I make my game auto-load, then?

    EDIT: There is still only one tiny issue even with the Quickload deleted, and that is that the High Score keypress is ignored the first time, but works from then on.

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