toralord's Forum Posts

  • let say you make a sprite size 128 by 128

    you want to go up the Z Elevation by 200

    you would do this.

    + System: Sprite.ZElevation Lower than 200

    -> Sprite: Set Z elevation to Sprite.ZElevation + 1

  • use the sprite z elevation to make the sprite look big.

    It is what you are looking for.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Two things to say

    One, you posted this in the wrong place. you should have posted in Help & Support using Construct

    Two, you have on info on what type of game you look for.

    if you are starting out you should go here for some tutorials

  • Construct digivolve to Construct-too-mon.

    It a Digivolution.

    Construct-too-mon is the Champion form of Construct.

  • I was just thinking about making a isometric game and was thinking if it was possible to have a 3d camera in construct.

  • I'll probably regret this..

    This capx shows why the Light Saber Whip never really took off.

    http://dl.dropbox.com/u/666516/lightwhip.capx

    Funny and sad at the same time.

  • I think ash Did.

  • Hey Ash can you add picking for instance variable and families to the next build.

  • First post, Nice.

    I am going to try it now.

  • In the project bar there is a layout folder with a list of layout.

    Move the layout that you want to start the game with to the top.

  • Ash :

    i am not affraid. I understand your point of vue Ash. I am not a user. No project. So, your v13.0 doesn't exist. It is not important for me. I hope you will have a 1.0 with C2 this time and say not after spending your time after 2 years : "i had choose the bad way... sorry , but there is C3".

    For a developper, it is just ridiculous for a second time...

    I hope you finish C2 anyway.

    Ash was not calling you afraid.

    I don't really have anything to add on top of that, I'm afraid.

    The " I'm afraid " part at the end of the sentence is a polite expressions.

    I'm afraid assumes that there will be sorrow after... whatever statement is about to be spoken/written.I'm afraid assumes there will be an emotional response from the other person/persons listening or reading. The phrase almost prepares the listener for what is about to be said or cautions the listener that you are indeed afraid of their response when it's said at the end of the sentence.

    Now with that out of the way.

    kwarn you do have a valid point their but, your looking at it from a user point of view.

    I am going to try and break it down for you as a programmer.

    They use construct 0.x to build their skill and knowledge.

    construct have hundreds maybe even thousands of lines of code that they written when they started programming . They work up to this point building upon the old inefficient code.

    this leads to problems and bugs. So they went through the codes again to patch up the problems and bugs but, more problems and bugs pop up and this continues for many new builds of construct 0.x to the current one to day.

    At some point you realize that the old code is holding you back.

    So, what do you do?

    1: Do you continues for many more builds with the old code that is holding you back.

    or

    2: Do you start from scratch with the skill and knowledge gained from construct 0.x.

    you may say 1 but I think they picked the right answer.

  • > Love the trees in the background. Gorgeous.

    >

    and i am like the exact opposite the trees is what anoys me heh

    irbis I Think the trees work very well with the rest of the graphics. They all got that paper cut out look. I just would like to see the trees covered with snow like the rest of the stage.

  • you know you can import your 3D model in the construct with the 3d object and make an afterburner trail like this <img src="http://www.456fis.org/THE%20J-58%20ENGINE/J58_AfterburnerT%5B1%5D_small1.jpg">

    with the particles object

  • So, Silent Cacophony can you post a cap showing how to do it.

  • You don't necessarily need python to do that. In fact the array object works quite well for this.

    You do know the object can save, and load an external file don't you?

    Yes I know that and I us mostly use it for that.

    but I am trying to learn more about python in construct.