unxcellent's Forum Posts

  • Hi,

    Remove the bullet behavior, decrease the Y coordinate where they appear and let the magic happen.

    https://snag.gy/TqR2vl.jpg

    Hi coin, thanks for the help but how did you reduce the Y?

    can you show me your code?

    Just in case, I want the box to spawn outside the playable screen and fall from the top of the screen like on my example capx.

    When you said decrease the the Y coordinates you mean place each box manually in top of each other by specific YX coordinates, if so I want them to drop from the top of the screen and then stack in top of each other. Like tetris basically.

  • For example,

    I have a 'Box' with different animations which are different colors.

    A different color spawns every 2 seconds from the top of the screen.

    Every time they hit the floor the 'Boxes' merge instead of stacking on top of each other.

    I have tried different things like physics, pin, etc. However, I'm still new at construct 2 and cannot figure this out.

    I'm pretty sure this a simple thing, but for the life of me I cant figure it out.

    here's a capx with an example.

    https://drive.google.com/folderview?id= ... sp=sharing

    Press the download button on the top right.

  • Something like this ? I quickly commented what I did in the file, you can further refine it according to your preference.

    drive.google.com/file/d/0Bzn2vfEvU3rYSW8ya0lzZC1jRDQ/view?usp=sharing

    Yes, this what I wanted!

    Thank you!

  • Hello, I'm having a blast learning C2.

    Recently I wanted to implement a feature in a game that I'm working on but I'm not sure on how to do this.

    What I have:

    * You have a Player, let's call him RED

    ** When you click on this player he will spawn 3 different buttons/objects.

    *** Let's call this objects Blue, Black, and Green.

    **** When you click on Blue, Black, and Green they will spawn 'Something', let say another menu.

    Here's a capx example of the above, Click here to download --> https://drive.google.com/folderview?id=0B9tGN8-NMP_xaFpieUJxcUt5Rlk&usp=sharing

    What I'm trying to accomplish is the following:

    * When you click on the player RED the camera will 'Zoom in' focusing on the player RED and it's new menu/object buttons.

    * When you click on on something that its not the objects Blue, Black, or Green, this three object should disappear or be destroy and the player should be able to move again.

    * I also would like to accomplish that if you press the player RED everything on the background like enemies, projectiles, etc should pause (if you could point me to the right direction I will much appreciate it)

    Thanks is advance

  • Thanks!

  • Hello all,

    I'm having an issue when my enemy goes to the right he destroys all the blocks instead of one and then going to the opposite direction.

    When my enemy goes to the left he does the correct thing which is that he breaks one block and then goes to the opposite direction.

    How can I fix this?

    my .capx

    http://www85.zippyshare.com/v/2VucYZif/file.html

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks pixelpower for your reply,

    however, I know how to make the object be destroy when a collision happens.

    I uploaded my .capx file into the same website you provided.

    see if you can download it from this link.

    http://www85.zippyshare.com/v/2VucYZif/file.html

  • Hello I'm having an issue which im kinda stuck and I know its probably a simple fix,

    but for the life of me I cannot figure it out.

    I have this object which after breaking a block to the left it goes right away to the right.

    However, when it hits an block to the right it breaks all the blocks to the right.

    How I can have the same behaviour? I want it to break one and goes to the other side.

    Here's my .capx

    https://drive.google.com/folderview?id= ... sp=sharing

  • Thanks man this help me a lot and got what im doing working.

    I wasn't aware of "compare frame" option.

    Seems that there's a lot for me to learn.

    Thx again for the help.

  • Hello I'm new to construct 2 and need help with the following:

    Example,

    Let say I have a object background which has two frames animation that switches from color blue to red.

    Then I have another object on top of my background, let say a square that is the color red.

    When the background switches to red and you click on the button which also red destroy the square however if you press the square while the background

    is blue destroy the background.

    Thanks in advance!

  • Haha thanks man!

    This works perfectly.

  • Hello,

    I'm new to construct2 and I have encounter an obstacle which I'm not sure how fix.

    So here's what im trying to accomplish. I have a sprite which will move back and forth,

    this sprite will only destroy the red blocks by only hitting the sides of the block.

    The problem that I'm having is that the sprite is destroying the red blocks under him which I dont want.

    I'm trying to accomplish the same thing that happens when mario uses the Koopa Troopa shells to destroy the bricks.

    here's my .capx file

    https://drive.google.com/folderview?id= ... sp=sharing