Waltan's Forum Posts

  • Hey guys, I have some problem here.

    I want make this:

    When I'm click on some sprite (in the center) system will create 4 colored blocks on x + 40 and y + 40 of this sprite.

    Like that:

    <img src="http://s2.ipicture.ru/uploads/20121006/gSwsM1Yu.png" border="0" />

    So it's easy, but not optimised. I need create sprites everywhere in my layout. More convenient to do this by using Tiled Background, but I can't detect position, where to create this colored blocks.

    I tried to do this by using round(mouse.x/40)*40-20 but it's creating in different positions and not always in the way I wanted to.

    Help me 3:

  • I have implemented a mobile scrolling example in constrcut2, i will refine it before uploading the source

    Here is the preview -- IOS/mobile Scrolling

    It's showing 404 ERROR for me, can you upload the .capx?

  • Steam recently opened section of the software.

    Do you plan to add there Construct 2?

    It would be convenient.

  • So, I see it's impossible to do it without sprites?

  • <img src="http://s1.ipicture.ru/uploads/20120908/0x5v5B27.png" border="0">

    Is there any way to make this without using unnecessary sprite?

    cheking_solid.capx

  • yeah tiled background cant add to family

    Yeah, I know.

  • You now need to pay 100$ to submit your game to Greenlight.

    Because of the people who added BF3, Minecraft etc...

    <img src="smileys/smiley21.gif" border="0" align="middle" />

  • Put all your solid objects in a family, then test for collision with that family?

    Seems to me that i can't put Tiled Background and Sprite in one family.

  • Is it possible to make?

  • IT'S ALIVE! <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Here you go.

    C=A+B.capx

  • Set scroll Y to floor(player.y) - 140.

    Oh, big thanks!

  • up

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I made Scroll To events like this:

    System: Every tick -> Scroll X to player.x

    Player on the floor -> Scroll Y to player.y-140

    But when player's sprite is jumping i get this sometimes.

    It's a small little pixel that appears randomly (after 2-5 jumps)

    How do I fix it?

    .capx

  • Are you planning on having zombies fall from the sky? How likely is it that this situation will ever occur? As long as they stay on the ground you wont run into any issues.

    Ok, here you go. Screenshot from my game.

    <img src="http://2ch.so/gd/src/1345914803529.png" border="0" />

    See that platform over the main character? That's the answer to your question.

    Also, I've already solve this problem. Let me know if somebody need solution.