CX05's Forum Posts

  • Is the UI layer under the other layer. It should be at the top:)

  • So, the player have 3 bullets?, and will get 3 more when they collide with the enemy:

    Create a variable on your bullet called something like GiveAmmo. It's number should be 3.

    event sheet:

    On left click if GiveAmmo is Equal to 1,2,3,   Shoot bullet

    When bullet shot,   Subtract 1 from GiveAmmo

    When bullet collides with enemy,   Set GiveAmmo to 3.

    like that ?

  • 2 - Create a global variable called PointKillDisp. (number=0)

    When Player collides with Astronaut, Add 1 to PointKillDisp.

    Every tick, Set (textbox) text to "Points: " & PointKillDisp.

  • 1 - Take a look at this scirra.com/tutorials/367/how-to-make-android-games/page-1

    2 - I am 99% sure that you can use that sounds in a commercial use :)

  • Hey EmmetByrne

    I use 1024x768 (iPad2 res.) and i think that's fine. If your game is going to be very detailed in sprites etc., then i will recommend doing 2048x1536.

    And if the game is for PC, then it.. actually doesn't really matter, but in my opinion the minimum is 1024x768.

    1920x1080 is also a good resolution, i think.

    I think it depends on what platform your game is for :)

    -CX05

  • Yeap, thank you !

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey people

    In this tutorial: scirra.com/tutorials/37/beginners-guide-to-construct-2/page-6

    ..i can't find the "Add to" under global variables, only instance variables..

    any help?

  • Allright, i will play around with it :) Thank you!

  • Hey, thanks for the answer! I am not planning about doing anything random world generation stuff before i actually finish all the other stuff :), and yes, you're right, i don't really know anything yet, only the simple sheets. And i don't know anything about variables yet..

    When you say "toolSelected" and stuff like that, then you men variables, right?

    • CX
  • Hey :)

    I am making a terraria-clone, it's just minecraft in 2D. I am a newb to Construct 2, so i need some help to some things:

    1: I don't know how to make the block break when holding down the mouse ON the object, and when you're not holding down the mouse anymore, it will stop breaking. (i got a breaking animation, so when animation is finished; Destroy)

    2: If a block is 5 blocks away from the player, it can't be destroyed. How to make that?

    3: When you scroll with mouse button, then you should select the item in toolbar. I have no idea how to make any of that, lol.

    4: Is it possible to make a random world generation (i don't think so)

    5: Is it possible to make multiplayer available, so that for example, the user download a server.exe and then put hamachi server in a properties file or something. Just like Minecraft.

    Thanks! I hope somebody will help :)

    • sorry my bad english, i'm danish.
    • CX