0plus1's Forum Posts

  • Hello, maybe I'm just at the beginning of my construct career, but I'm having problems doing a simple physic propulsion.

    I'm playing with physics and I would love to have an object behave like a rocket, shooting across the screen. I already know about "apply force" and they could work to an extent, but I would like something more rocket like. I tried setting velocity and force but they keep accelerating when I would like more of a constant force.

    I hope I explained myself, thank you.

  • In construct classic there was the "card" object (or something similar I can't recall exactly) is there something similar for construct 2? If not where shouold I start?

    Thanks

  • 1) Unfortunately not, sorry - see the FAQ

    Sorry for missing it in the faqs <img src="smileys/smiley9.gif" border="0" align="middle">

    Thanks for the kind answer.

  • Hi, I really like your product and I'm about to buy it, I would like to know a couple of things, I searched and I couldn't find any answers about this.

    1) Is is possible to export project from and to construct classic?

    2) Are there ways to wrap the code inside an exe/app, think appgap but for windows/machintosh/linux.

    Thank you for your attention.

    Regards

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, first of all thank you for this wonderful program.

    I'm a programmer (phyton, php and c) and I want to make a small game with construct just for fun. Since I'm a complete newby I wanted to make a geometry wars clone. Following the Ghost Shooter tutorial I was able to move and shoot with mouse and keyboard, I wanted to enable the 360 controller imput to aim and move, but with the analog sticks I only see a direction and a is down event. This means that I can't move and shoot like in geometry wars.

    Basically (if you are not familiar with the game) I want to move the sprite with the left thumb and shoot with the analog, this means that if the analog thumb is down the ship will continuosly shoot bullets in the direction of the thumb.

    Is this possible with construct?

    Thanks