anty21ro's Forum Posts

  • Thanks man, you helped me alot.

  • Hi again, I modified like in the image above and it works to a point where ... if I accelerate and rotate to a certain degree the player continue to go in that direction but facing the wrong way ... I don't know if I explained corectly , sorry for my bad english.

    If I add dt to acceleration (250 * dt) and deceleration (-250 * dt), it's not moving at all. I did something wrong I think.

  • Hi razorMonkey, I just tried what you said. The player have a maximum speed now but it doesn't change his trajectory when I press left and right buttons. Can you drop the .capx here? ... maybe I've done something wrong, I'm not good at reproducing .

  • Hi, I want to set a maximum speed to my player (a submarine) but I can't figure out how. I modified the "CustomMovement: Set speed" but it doesn't go right. Is there an easy way to do this?

    Also, when I release the accelerate button, there is a distance interval where the player is decelerating and then stops. If I rotate the player (to the left or right) in this distance interval he will not change his liniar trajectory. Is it possible to influence that just a bit with the left and right buttons?

    Thanks in advance

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Great, I understand now , thank you !

  • Hey, PopperOfCorn thanks alot . That was the problem indeed. But I really don't understand why is that ... I thought that collision of the enemy and walls should matter. "Enemy (own collision) - On collision with - enemyborder (own collision)"

    Sorry if my english is bad. Thanks again !

  • Hi, here is what I am working on and everything is ok: robot.bitballoon.com

    A strange thing happens after I cropped the transparent edges of the enemy sprites (SHIFT+Crop).

    The enemy does not recongnize anymore the walls.

    Here is the link: roboterror.bitballoon.com

    [attachment=1:38jdeige]robot_ss_1.jpg[/attachment:38jdeige]

    [attachment=0:38jdeige]robot_ss_2.jpg[/attachment:38jdeige]

    I don't know what is wrong.