jelmer11's Forum Posts

  • Nobody has an example?

  • Thank you, i will read this page: scirra.com/manual/119/touch If i have questions, i post it here.

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

    EDIT: Do you have a accelerometer example for me, or do you know where i can find them?

  • Hello,

    I have a question about android. With construct 2, i can make games, and save it as APK with Phonegap. The most android phones has the auto-rotate screen Technic. The auto-rotate screen Technic is used with some games, for example doodle jump. In that game, you steer to turn your phone to the left and the right.

    My question is, can I use that in construct 2.

    Thanks

    (Sorry for my bad English)

  • One option is to use the action "Set immovable" to "immovable". This freezes the physics object. And you can make it move again with the same action and set the object to "Movable". But this option doesn't keep any linear or angular velocities.

    You can also set the time scale to 0, that will pause all objects in the layout, and when you want to "unpause" you just set the time scale to 1.

    Thank you! It works!

  • Hello,

    I make a game with a ball. The ball is rolling:

    <img src="http://www.freebits.nl/images/762construct_2.bmp" border="0" />

    I want to make a pause option. If you set the game to pause, i make the ball immovable. If you stop the pause, i make the ball again movable. But if the ball is at the position H, the ball stops with rolling. How can i make in this situation a pause option?

    Thnaks

  • Hello,

    I have a line. I want to make the line longer. I set every second the height + 1. But the line must be go longer one one side:

    Now it going like this:

    First:                   --------

    After:               --------------

    It's longer on the left and the right.

    But i want this:

    First:                   --------

    After:                   --------------

    Does it is possible?

    Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ok�, Thanks for helping

  • I haven't knowledge about programming and servers. But I want to learn it. Does there is a capx of a example online game with a tutorial, so i can learn it. Or does there is another way to learn it?

  • Hello,

    I have a question about construct 2�

    Do you can make online multiplayer games?

    If yes: What's the easiest way to make a multiplayer game as this:

    You have two player, and two computers. You can connect. The first computer plays with the first player, and the second computer with the second player. You can walk around and doing "game things" for instance you open doors, with keys they you found, and so you will leave a level.

    Does it is possible?

    Thanks

  • Thank you! It works.

  • Hello,

    In my game, i make a button. If you click on the button, i want the button changed in to on other button. But it doesn't work. I have make a little game from the problem:

    http://up.ht/MJY0VO

    What do i wrong? And how can i fix it?

    Thanks

  • in the save action, remove the quotes from the second number

    you have to save an integer and not a string because the global var is a integer(number) an not a string

    Thanks!!! It works. I try to put it in my game. <img src="smileys/smiley32.gif" border="0" align="middle" />

    EDIT: It works also in my game. Thanks.

  • I try to get web storage in my game, but it doesn't work. I have make a little web storage game. If you push space, Number add 1. If you push save, the number you are save with webstorage. But if you load it again, I get not a number, but NaN. What do I wrong?

    Her is my game

    Thanks

  • In theory should work, but if you want to be sure, try to test my .capx example

    Thanks, i am testing it today.