Running Along Slopes

This forum is currently in read-only mode.
  • This is more of a lack of creativity on my part than a valid technical problem, but I'll ask it anyway. I'm an artist, not a programmer.

    My platform "engine" runs on one box using the physics movement on a box, with a horizontal line one pixel beneath checking to see if there's a platform below it or not, with a sprite on top. The rest is your typical velocity-adjusting according to position, state, and keyboard entries.

    I'd like my character to "stick" to sloped surfaces, and not "detach" and fly around when he hits sudden peaks or dips. (Unless he's using a certain attack- launching yourself off terrain like this is the basis of my game.)

    I can't seem to create a system for having this happen. I had some invisible boxes that the platform detector hit, which would then mess with his velocity, but they always send him flying in awkward directions and don't really resemble natural movement. Does anyone have any suggestions?

    I'll post the .cap if it proves necessary to figuring this out.

  • Not to dodge the original question, but the Platform Behavior is far faster and complete than most engines end users can put together. It handles slopes automatically, and should be able to take care of anything else you need to do.

    If you need something adding to it, Ashley should be able to handle it.

  • I'll give it a shot.

    The thing is is that the character's main attack involves turning into a physics-object and kind of bouncing around, and I'd like his movement to feel as consistent as possible.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Add both behaviors, and turn them on/off as needed.

  • [quote:3247vkkz]Add both behaviors, and turn them on/off as needed.

    That would be the obvious answer, wouldn't it?

    But, the problem is the character switches between various states on the fly, and it's nigh-impossible to get it to switch in a smooth, consistent fashion. The sense of momentum is always disrupted and makes the whole thing incredibly awkward.

    With that said, didn't Ashley say he had it planned so you could set friction and bounciness on physics objects anyhow? It could be the solution is waiting in the next release...

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