Ben Wilson's Forum Posts

  • I would say that you would probably have to a value which saves on their device.

    I think it would be done by adding the local storage in to your game

    then add a action

    Local Storage>Set Item

    Key is the name of the file

    eg FBShared

    Then Value I would do 1

    1 = Shared

    If the player has not shared it there will be no storage, so when checking when they press share, do check item exists.

    I would show screen shots explaining it as I am a bad person to explain things, but I don't know how (Yes i do know print screen, but you can't just paste it in)

    Good Luck!

  • You are asking someone to make the game for you then, meaning your not willing to learn how to do it your self.

    Construct 2 is a game making engine ,where you make the games your self, and the forms are a place to ask when your stuck on a small bit, not the whole game.

  • OK, I know how to do the coding behind it.

    So first you have a global number, which starts on 0

    And a blank text box

    Then add a new event

    System>Every X Seconds set that to 1

    Add action

    System>Add to set that to 1

    Then add a new event

    System>Every Tick

    Add a action

    Text>Set Text then the name of your global variable with out the ""

    Then thats it, Good luck!

  • You have two of the same posts asking the same question, so please delete one of them.

  • Yeah, The progress bar always has to be on top.

    "Form controls are actual HTML elements floating above the game canvas in the HTML page. Therefore, nothing can be displayed on top of a form control, apart from other form controls."

    ^^ From the construct 2 help on progress bar scirra.com/manual/180/progress-bar

    So guess you have to make it your self

  • Yeah the same as the what "BobOfAMillion"

    If you are not using tilesheets do so, just look up tilesheets on google images and you will see that there one image with lots of different ones inside of it, this means the computer only has to load up one image, also its much easier to make as you don't have to keep switching documents, just do it all in one.

    When making tile sheets make sure you have a set size, for example for pixel art you would do something like 16x16, for yours it would be much bigger, then when in construct adding tile map make sure its set right in the proprieties to your size then you can just simply paint you level out with out worrying about the right spacing between each image.

    Good Luck!!!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would like to help you, but i am a bit confused, but I am giving it ago.

    So you wanted to have grass then a tree behind that grass, I am guessing.

    The way you can get this done is my layers, have two different layers which both have tile maps on them, I would copy and past the same size and position of both so they are the same, then when making your tree look behind the grass, draw the tree on the lower layer, then continue drawing the game on the higher layer.

    If you still are confused I can make a video explains it better.

    Good Luck!!!