Cybergod's Forum Posts

  • I am going have 2000 posts in no time here!

    Ok here is the .capx

    https://www.dropbox.com/s/kgij7r3db6zpu ... .capx?dl=0

    What happens in my game is that when you enter the building a menu opens which is in a different layout because somewhere here on the forums they said use another layout instead of just using opacity, easier and cleaner. Please try it and see and thanks again for all the help to a wanna be Construct 2 developer.

  • Hehe thx! I think sitting 6 hours here working on my project being a C++ coder I try to lean a bit to much on my C knowledge. Need to forget most of it when working in Construct 2.

    Thx again!

  • https://www.dropbox.com/s/41il5nvaje0gx ... .capx?dl=0

    This .capx file will create an array 10 by 10 and loop it out to the layout. What I am trying to figure out, reading boards past 3 hours, is to draw the tiles starting at position for ex. X=0 and Y=200.

  • I created an array x10, y10.

    I made it loop out a sprite in 10x10 tiled.

    I have been going nuts trying to start the location of the x & y. Maybe Im just burned out today but I can not get it.

    It starts the tiles outside the viewing area. I have sort of a ground level. I want the array to start to loop out the sprite's at X=0 and Y=200 so it will start drawing out the loop from a specific location. How do I do this pls?

    I wish you could copy and past the Construct 2 event sheet!

    /Thx.

  • Ahh using layers, I read a little about it. Being an C++ coder just takes a little getting used to all these hand out routines Construct 2 offers. I guess using layers is almost like loading a new screen in C++.

    I appreciate your help greatly and just love your little game example hehe, couldnt be more explanatory.

    Once again thx alot for your help!

  • https://www.dropbox.com/sh/29biumtxd115 ... _Q2Pa?dl=0

    The file is here where you can test it. I exported it to a HTML5 file.

  • The mainscreen image shows a before,

    The menuscreen image shows after vehicle drives into building,

  • Wow I just have to comment out here.

    Looking through the post screen shots forums I am just completely amazed, blown away at the major talents that exist here in Construct community and happy to be part of it. When I look at some of the stuff being made out there with construct and also see some of you guys & girls posting tutorials and help in the various forums here, you know its quality help. Just wanted to say thx in advance for all the questions I will ask on this board

    And awesome work on these games, cant wait to play some when they are finished!

  • Hello.

    I have searched high and low, I have seen many menu's such as end game, and even in-game menus as a sprite with opacity 0 etc., but no real in-game menu's.

    I am looking for an explanation how to make a menu with buttons and information on it.

    When you collide with an object, say a building, a menu pops up where you can buy stuff or press buttons etc. I have not been able to find a good explanation about this. Help pls.

  • Wow now I feel stupid haha. Many thx Korbaach!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello all.

    I am trying to create movement for a character.

    I have a sprite 32x32 pixels

    He is on a playfield 32x32pixel grid

    How do I make my sprite move 32pixels at a time so he stays within the grid and not end up half way between the grid on the lines or something. Please help.

    /Thx in advance.