Question about a (simple) animation.

This forum is currently in read-only mode.
From the Asset Store
Basic Rounded Vector Geometry Player Design with Glow for 3 player games
  • Hey everybody!

    So I was working on a game 100% made by me (I know, very exciting!). So far everything is going very smoothly, until I get to my "sliding" animation. What I want to do is allow the player to slide on the ground for a short amount of time when both down and C are pressed (while Karo is moving), and to be able to go into smaller spaces you couldn't while just standing. Sounds easy right? Problem is I can't do either of these relatively simple actions. Maybe one of you guys can help me out? The most important thing is to get the sliding under small spaces working. Any help is appreciated! ^_^

    Here is the .cap dl.dropbox.com/u/56653097/Games/Karo%27s%20Adventure.cap%C2%A0%C2%A0%C2%A0(Please don't take my noobish artwork lol)

    Controls

    Arrow Keys: Move

    Down: Duck

    X: Jump

    C: Punch

    Z: Run

    Z + X (While moving): Flip

    Up + C (In the air): High Jump

    Down + C (while moving on the ground): Slide (the problem)

  • Hi, because you've got 'is moving' as a condition on the slide he won't slide unless he's moving. If you hold forward and down and press c it works, or if you take away the 'is moving' he performs the slide animation but doesn't go anywhere. Perhaps you could store the direction he's facing as a variable and then push him a few pixels in that direction when down + c is pressed. I dunno, I'm quite new to this as well so someone might have a better suggestion. Good luck though, game is coming along nicely.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I figured it out. It was actually easier than I thought. :P

    All I did was make an interactive wall that looks like the other walls. When you are sliding, the interactive wall becomes a non solid, and turns back solid when you are done sliding. I also fixed the slide animation, so that you can't slide forever! You also don't have to be moving for it to work, but instead, you have to hold down the left or right arrow key to slide. Thanks for your help though! :D *High fives*

    Here is the edited cap

    db.tt/XBsjNNVT

    (Same controls as before)

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