redpicman's Forum Posts

  • Excellent, thank you linkman and lucid, after looking up how to measure speed I had guessed that I had to store a varible an then compare it with the x or y value at the next tick (or what ever it is called) but my attempts to put that into code was laughable. Anyway thanks again!

  • yes I am using the physics behavior and the the spaceship is falling due to the gravity setting.

  • Here is my problem. Lets say I have a spaceship and it is falling to the ground. What I want to calculate is how many pixels it is dropping per second. Is this going to require some fancy formula or have I over looked some function in construct that will do this for me. Just to be clear i would want the speed (in pixels per sec) to be continualy updated so that the value would change if the speed of the ship changed. Obviously I then could use this data so that if the ship landed too fast the ship would break etc. Any help greatfully recieved!

  • Thanks for the input everybody! I agree with everything that has been said. I think a big part of the problem I had was making all the enemy tank an instance from the same object, (I cant remember exactly why) but this made it difficult to control the tanks effectively. The tank movement was just the car behaviour, and I agree it did not particulary work as well writing my own control statements. I know i am probably the only one on this site who does not know how to do this, but how do you post screen shots on this site?

  • Phew, I thought I was going Insane (err.. more insane), It is good to know that this feature will be in the next version. Thanks deadeye!

  • deadeye,

    my behavoirs car panel, does not have a control pulldown box as shown in your pic, and I have the lastest version. And does anybody know why I cant open up the .CAP file in the plugin folder link above? It keeps saying my version is not up to date but it is? + I have installed the plugin.

    what am I doing wrong?

  • What I really mean is can you apply two of the same behavior (i.e the car behavior) to two objects so that they can be controlled seperately? I am guessing the answer is no because the control settings is on the application control settings. If I am right, is there any possibility of this being included in future versions? I know that most games will be "one player" or at least one player at a time, but this feature would make two player game creation easier.

  • Hi all,

    Here is my first attempt at making a game in construct. It is a simple tank shoot - em - up. Any comments would be greatly appreciated, but in particular any suggestions on how I could stop the tank movement sound when the tank is not moving, and if anybody can tell me why the music does not replay when the layer is restarted I would be grateful. Also any tips on making the enemy tanks a bit more "intelligent" would also be appritiated. Feel free to comment on my graphics but I not blessed with any artistic ability whatsoever, so what I probably need is a really good drawing package that turns rubbish into a master piece. I have uploaded the exe file and the .cap file for your viewing, so any comments will be greatfully recieved.

    download file at:

    http://www.mediafire.com/?sharekey=b11a ... 0a1ae8665a

    thanks in advance!

  • Hi everybody, many thanks (especially for the speedy reply). Just completed the ghost shooter tutorial, it has answered quite a few other questions I was going to ask, again thanks for you help!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have been trying out this application for over a week ( like it a lot) and now I am trying to have ago at creating my own game (just a very simple tank move and shoot game). My question is this: I have given the players tank a private variable (health) a value of 100. When this tank gets shot by a computer controlled tank this variable decreases by ten etc until the tank is distroyed. My problem is I cant seem to get a text object to display the current value of the tank private variable. Im sure there is a way you could do this with python code, but is there a blinding obvious way you can do it with the on screen statements. I first thought i could use the "Set text" statement, but as far as i can see this will only allow you to enter text and not point to a private variable. Any ideas?