gberenst's Forum Posts

  • Hi guys i´m trying to use this plugin but having troubles with it. Could you guys help me? I am makina a multiplayer quiz with Photon. When a player logs in he goes to a main room where he could find other spare players in order to invite. When he invites another player and the other accepts, both are taken to a new room, just for them. This works fine in multiplayer plugin, but when trying to make it in photon (I first leave room and then, when i am in lobby again), the room is created but some seconds later i get an error 1003/ Server closed connection.

    Thank you for your help

  • ok if you have, it would be great

  • Sorry socialpilgrim i´ve recently saw your post, thank you for your reply, i am finally using adMob...not much earnings but still...

  • Hi there! we have developed a multiplayer quiz app. You can see players in a room and invite them to a challenge. It works great on html5 version using chrome or firefox, but when exporting as cordova and building the apk with Intel XDK and Crosswalk, users can enter to the room but they can´t see message between them, and also are kicked out every 5 or 10 seconds. Do you know if i should add some multiplayer plugin for cordova or some security thing in order to make it work? thank you very much!

  • Hi there! i am former java and php developer and architect, now making projects with Construct 2 from Uruguay. I am also an IT teacher who teachs many topics including game making with Construct 2. I am searching for online job/s. You can check out some of my work by visiting my game Tutti-Frutti on the web: jugartutti.com and Google Play (Tutti-Frutti from Avanzar Web). The game is made in spanish but now being translated to english.

    If you are interested in hiring me, or asking for a customized word game or similar, don´t hesitate to contact me at

    Regards!

  • Hi there c2 community! Can i edit a c2 project exported to cordova in order to add the cordova code that the adbuddiz gudide indicates? And then build it in intel xdk with the cordova plugin? Thanks a lot!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Here you are...

    you can find the original code disabled, and the function i am trying to make

    thank you!

  • Hi there, i am making a kind of quiz game based on textboxes, and need to pass the textBox as a parameter to a function in order to assign the same css styles to every textBox, and also add the same functionality to each when the answer is correct. I can repeat the code for every textBox object, but rather using functions. However, i tried the solution explained above and it doesn´t works fine (i created an aux textBox outside of the layout, assigned the instance passed by parameters with UID, and made changes to that aux textBox).

    Could you please help me? thank you!