caiocesar's Forum Posts

  • Oh god, really? So I need to use Construct 2 save/load functions? I never used it.. do you know a good tutorial about these functions?

    Thank you guys!

  • Hi guys,

    I would like to know about your experiences with Local Storage...

    I have afraid to choose to use Local Storage and maybe it cause errors and other things to the players;

    What is the best , Local Storage or Web Storage (for a long game ) ?

    Thank you guys!

  • I think we can vibrate using the browser plugin.. I was searching.. but i don't know if it is true.

  • Hi guys, is there any way to make some interactions with the smartphone functions? vibrate cellphone for example? Shake the cellphone and something happens in the game?

    Thanks

  • I already check this tutorial.. but I don't know how to apply this to an array.. I only know using global variables.

  • Hi guys, I need to save the values of an array using LOCALSTORAGE.. how can I do this?

    Thank you so much!

  • If the player is at the layout stage1-1 set txtStage to 1-1

    how can I check the current layout?

    thanks!!!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Help please :/

  • How is the best way without "bugs" to impulse the Y of the player using PHYSICS behavior?

    on my game, the player starts falling and he can fall at the top of a "jumpbox" .

    I've used the physics impulse action, but I don't know if this is the best for this case..

    And I can't use ON COLLISION OF.. maybe "is overlapping" .. but I don't know..

    thanks for help!

  • Hi Tasso, try to search here in the forum about localstorage or the construct 2 SAVE GAME functions.. you will understand the concept. You can try to read Construct 2 manual too

  • SYSTEM > SELECT LAYOUT BY NAME > choose("name1","name2","name2,"name3")

    in this example, the system will select a random layout searching by the name... in this case we have 4 layouts ("name1","name2","name2,"name3") ... the "name2" layout appears 2 times, it means that there is one more chance to the system select the layout name2...

    To make it not repeat, you can try to use variables, for example: if the current layout is the name1 , so, the variable layout1 will be = 1 and then you can compare variables and make the things work.

    I hope it is not too confuse.

  • deth123 When you submitted your game? It may have a time to appear on facebook.

  • OBJECT WITH BEHAVIOR > SET ANGLE > SELECT THE ANGLE

  • andmore You can try to rename the file, for example mygame.capx.backup1 to : mygame.capx and try to open it ... this .backup1 is just a way to Construct 2 to make a backup without substituting the original file.

    It will work!

  • Ohh yes, I forgot that we can do some string manipulation with it