heberthferes's Forum Posts

  • It worked now. I will do more tests. And maybe even a tutorial.

  • Yes. That's what I thought about GIT. But there is a problem.

    If John in his branch creates a new object and Jeff in his branch also creates an object, when joining john and jeff in the master a conflict occurs in the file [project.c3proj] because two new objects have been added to the same line "heberth_sprite" and "john_sprite".

    Even resolving the conflict here while trying to open the project again from the error.

    I will continue running some more tests.

  • The only way I found to work was as follows:

    Imagine that John and Peter are working on a GIT based versioning system.

    The master project should contain even the blank layout and its respective script sheet that John will work on. It should be the same for Peter.

    It is also necessary to be already created the objects that each one will use.

    So each one creates a branch of the master project for themselves. I work your layout and make your code I your files.

    In the end you can mix the projects with the master project.

    A conflict will occur in the [project.uistate.json] file, but it's not a big deal.

    It does not seem viable but it is a form I found.

  • I performed several tests today. Even using the newly released desktop version with folder-based design.

    Whenever the files were merged there was a conflict.

    It was not possible to work two people at the same time on the same project. It seems to me that Contruct is a tool for solo developer. Sad.

  • Congratulations! I'm playing on Itch and it's very cool. Really cool.

  • Hello developers.

    I am forming a small team to develop some games. How do I work with developer bad guys on the same project in Contruct 3 at the same time?

    I have always worked individually, but now that I need to share the tasks I have not found how to do it. I saw on the internet a complicated scheme using Construct 2 but in C3 it doesn't work.

    The processes would be for example. Each must display a different layout at the same time, or one does the player mechanics while another does the enemies. Only it would have to be at the same time. Each in a machine.

    Any suggestion?

    Thank you very much in advance.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I think this video explains everything

    Subscribe to Construct videos now
  • Hello! If it is a game made in Construct, you need the source code, so just export the apk.

    If you have only HTML5 you can use directly from the cordova / phonegap

    If it is not your creation it is better to do nothing.

  • Visual of this game is incredible.

  • You're saying that pop up was blocked. Are you testing within the Instant Gamers platform on Facebook?

  • You should always pick up localstorage data to do the whole process:

    - check item exists

    - get item

    - on item get

    A good practice is to load all localstorage values into global variables as the game starts. To avoid always getting access to the localstorage.

    Do not forget to save the new values in storage as well

  • I had this click problem and nothing happened. Until I resolve to put the sprite inside the layout that executes this command. This way it worked.

    The sprite must be in the same layout.

  • I have done so. After executing this command opens a facebook prompt for the user to share on the timeline of it. But "text" information does not appear. The input is always blank.

    -> InstantGames: Share with image shareImage, text "This game will break your mind! It is very fun.", data "breakingbraiin"

  • Well, in any place in the prints I saw you set the value in the local storage.

    -> LocalStorage: Set item "key" to bestCoins