jogosgratispro's Forum Posts

  • Yeah. I will study the code to see if it makes sense do it or create the levels manually.

    If you stumble upon anything else please let me know

  • LittleStain

    It is nice but it only create one type of block. I am sure it would be pretty hard to create a variety of types.

    Also, in games like Minecraft the levels have different types of blocks. For example, you can only find diamond in a very deep level.

  • Hi All,

    I am trying to create a game like minecraft but in 2D. It would be something like mine blocks 2D from Zanzlanz.

    The idea is to have a character walking around breaking blocks, picking stuff up and creating/crafting new items.

    That part is easy to do. The hardest part is to randomly generate the blocks efficiently and properly.

    I thought about adding the blocks myself but the game experience would not be the same.

    I have seen some stuff in the forum but nothing solid. Have anyone tried something like this before and wouldn't mind sharing with us?

  • A0Nasser

    The game was created with less than 20 events.

    All my games I put up for sale at codecanyon have less than 100 events so everyone can make changes to it even though they have the free version of Construct2.

    I am interested in your game, if you want to trade for any of my games let me know.

  • Hi everyone,

    I think I mastered the way to create a coloring book.

    It is complete in all senses, you can select the size brush and the distribution of colors are perfect even if you move the mouse to quickly.

    Let me know what you guys think,

    CLICK TO PLAY

  • Best graphics in the market. Everybody should donate!

  • Thank you very much for your help.

    Now I am more confident about leaderboard and achievements using cranberry plugin. I'm in the final stage of making it to work properly.

    I will try to implement the IAP tips you mentioned in your answer.

    thanks,

  • newt It worked great!

    However, I didn't need to use both canmove and cantouch, just one.

    Also, I didn't understand the line ->wait distance(player.x,player.y, touch.x,touch.y)*your speed

    What is it?

    Thanks,

  • Hi all,

    Basically I need to move the player from position A to position B (image).

    To achieve this I am comparing the Touch X position with player X position. I do the same with Y.

    Based on the results of the comparison, I move the player to the touch position regardless where it is.

    The problem is that if X is shorter than Y, it moves horizontally than it moves vertically but it never moves diagonally. The same happens when Y distance is shorter than X. (image on the left)

    I am trying to achieve (image on the right) without the chopping issues.

    Thanks,

  • Interesting game. I looks like the dot.

  • Hi Ashley,

    I know you are super busy adding features to Construct2 but I would really appreciate if you could create a .capx using the information you provided on the manuals for Google Play and IAP.

    I have seen it everywhere but it is very confusing the way to setup the whole thing.

    I would like to implement leaderboard, achievements and IAP without using extra plugins.

    thanks,

  • Has anyone used the Google Play object properly?

    https://www.scirra.com/manual/175/google-play

    Can you please share what you have got?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I just got my voucher. Thanks for it!

  • There have been 3 weeks. We should have got the credit by now.

  • To prevent the player to move the blocks past the borders, I added this to the code