PapitoMyKing's Forum Posts

  • No.

    It works fine in my pc, but not in my laptop, both windows 10 64 bits.

  • Hi,

    So, I have exported my game into desktop, I have the user media object and I set it to speak some text in spanish. It works in my pc, but in my laptop it pronunces it in english

    Is it because my pc system is in spanish, and my laptop's is in english? Do the exported game talks in the installed system language? It is useless to me like that.

    Yes, I have set the language parameter to "es".

    Thanks!

  • So after I exported my game to desktop (nw.js), all my form controls objects like buttons and text boxes are invisible. When I hover the mouse on top of them, then they become visible.

    This is no good and makes form controls useless for me, is this a bug or I did something wrong?

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sad.

  • Hi,

    Just exported my project with speech recognition to desktop, and it is not working.

    Does speech recognition only works with web browser?

    Thanks!

  • Hi,

    We are making an online multiplayer game. We have hit a pretty big wall and need help.

    We want to set up a multiplayer server, and need help with the developing of the game as well. Also, user registration and login systems.

    PM me with examples of your work/ experience, and rates.

    Thanks!

  • You guys are great!, thank you!

  • What is this mail plugin? Can you delete that and re-upload the capx, thanks

    Sorry:

    https://dl.dropboxusercontent.com/u/200 ... 0ver2.capx

  • Hi,

    So I have the player set to mouse.x and mouse.y, and when he touches the walls, 1 life should be lost and the game should restart.

    What is happening, is that the game is subtracting all 5 lifes at once. I've tried to set up a variable, destroy the player sprite, the "trigger once when true" event, set up a function, so the game doesn't count more than once the collision. I think the game is counting a collsion per tick, therefore all the lifes are being lost.

    Game file:

    https://dl.dropboxusercontent.com/u/200 ... issue.capx

    (lvl1 layout, lvlsheet, line 11)

    Thanks!

  • I made it work using yahoo mail.

    Now, is there a way for it not to be put in the spam folder???

  • Did everything in the tutorial, not working for me

  • Bump

  • Hi,

    So I'm making an online multiplayer game. I know that if I want it to be server based, and not host2peer, I have to open a web browser in a server, and open the web address of the game, so the server is the host.

    I made an account in amazon aws, managed to create a linux server instance (EC2), connected to it, and then it opens the console and I go blank

    Do somebody knows what to do from there? What do I type in the console?

    Thanks!!!

    • Post link icon

    Sad times.

    So, we have to pay hosting to show our games.

    Can we get rolling a feature request, for the option to make private the games we publish at the arcade? Do you guys have a dropbox alternative in mind?

  • You can fix it by putting the tiniest of waits in between visible and focused, like 0.1 seconds.

    A million thanks! It works now.