JMTook's Forum Posts

  • When picked up, I just added more numbers on the value of global speed. Tnx for your answers and help!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello. It's a platformer. I just can't figure out how to implement it!

  • Hello everyone. I was looking around for this but didn't find the answer I need, so if there is already a solution somewhere, please let me know and I'll delete the post.

    So, what I want to know is how can I increase player's speed every time he picks up an object?

    So when he picks it up, his speed increases and stay that way, and every time he picks it up, his speed increases more and more.

    Anyone knows?

    Thank you.

  • It works. Tnx for your quick help!

  • I made this:

    Enemy - On Destroyed

    Enemy - Spawn Another Object

    Then I get to choose the object, and set layer and image point.

    When I just choose the object and leave layer and image point as default, nothing seems to happen.

    I'm not sure how to use, or do I have to use layer and image point to spawn it correctly?

  • Hello everyone.

    So as the title says, I can't seem to find a solution on how to make an enemy drop coin on it's position when destroyed?

    Someone knows how?

    Tnx in advance.

  • I got it.

    I just made another 2 wall sprites that are not solid objects and added collisions on them.

    So wall jumps are possible on solid objects (if platform has wall to left/right), while, if player collides with wall sprite that is not a solid object, it just changes his X direction and mirrors him.

    Tnx for help!

  • Tnx, but I don't think some people here understood the question.

    What interests me is how to make two different solid wall types, so that one can be jumped off, and one cannot?

    I would like to know how to make two solid walls seperated, so that only one can be used for wall jumping, and other one is just blocking the path.

    That's why there is no need for capx or something else..

    I just made two walls, and when player collides with one, he gets mirrored and his X/Y vectors are set to 0, making him slide down. And when pressing jump, his vectors are set back, and he jumps off, it's that simple.

    Now that's for one wall, but I don't want that on another one. I want another wall to just block the path, or something else, and that it cannot be used for wall jump, but it's still a solid object that player is able to walk on to.

    So if anyone knows the way to do it...

    I'll try with instance variables for now.. Tnx.

  • Hey..

    I made that when a Player collides with walls to the left or right, his Platform X and Y vectors are turned to 0 ( which makes him slide down slowly ), and when hit jump, his vectors are just returned to normal..

    But now I need some sort of collision to make him do that on certain types of walls, and not any wall..

  • Hello everyone!

    Now I know how to do Wall Jumps, but can't find a solution how to wall jump on certain types of walls.

    For example, if I have two walls, one made out of rock, and one made out of metal. I want to be able to wall jump only on the rock wall.

    Anyone knows the solution?

    Tnx in advance.

  • Hello everyone.

    So, in a Platformer, enemies destroy player on contact.

    What I want to know... Is there a way to make a powerup, so that player becomes invincible for some time,

    destroying these enemies on collision?

    Without powerup, player gets death animation when colliding with the enemy, but with powerup, player should make a kick animation when colliding and destroying the enemy..

    Tnx in advance.

  • Hello everyone!