zenox98's Forum Posts

  • Hi

    I created a game with a online score table connected to db from internet hosting with ajax.

    This table in my pc, in other pc in my house and in othet pc in other house works fine, the game connect to internet, but when y try to run the game in a school the game not connect to internet.

    Whats is the problem?. The firewall?,

    Hard to say, but school IT dept should always keep a tight reign on what enters and exits their network, for obvious security reasons. You could always ask them.

    What does the browser console messages tell you? Any errors shown?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • As R0J0hound has alluded to: just set collision polygon of square to bounding box.

    If that was an import polygon guess by C2, it was a very poor one.

  • angelicatoo

    If using non-standard plugins, you wouldn't be able to report it as a bug anyway, unfortunately.

    Do you sill get the issue when not using the Rex plugins?

  • It's down to how text boxes are rendered. If targetting desktop then no problem, but I would avoid if targetting mobile. Try Sprite Font instead.

    I didn't look too deeply but I can't ever see a need for so many text boxes (or Sprite fonts if you choose).

  • The slow performance seems to be due to the huge amount of text boxes used.

    As a test, I just removed the text boxes and it ran fine over wi-fi on my old Galaxy s3 mobile. Before removing the text boxes, it was unplayable.

  • Minjaware

    Sprite Font 'Character width' property incorrect.

    Set to 18 and it shows.

    It also looks like your Character Set doesn't match your Sprite Font.

    Your sprite font is 256 px wide, but only has 14 characters horizontally, which means that each character would need to be 18.28571428.... px wide.

    You should ensure that - preferably - there should be 16 equally spaced characters horizontally, then the default width of 16 would be correct.

  • please give me the solution

    Using the search function would have given you the answer.

    Time Away addon.

  • Would this be better placed in the 'Extending Construct 2' section as a request?

  • Thank you so much.

    Really feeling the miggy vibe with this.

  • hi

    i think something is going bad on exporting with lastest beta / stable c2

    It would help if you gave us a link to test using r216.

    Maybe try exporting a built-in example and test that.

  • Should I update to a beta version of Construct2, am I doing something wrong?

    The latest version is r216 and is the stable version, so might be worth trying.

  • razvanuritoiu

    Please help me for my runtime.js

    I have the file c2runtime but when i'm exported to HTML5 web or something else from Construct 2, my file look like in this picture

    Please post any requests for help in the 'How Do I' section.

    This section is just for introductions, so is unlikely to be seen by those who can help you.

  • OldieSteve

    I think you should email with your query and Tom will deal with it.

  • Hey ... i just wanted to know your feedback on an arcade game i posted ... its called Zombie Assassin

    www___.scirra.___com/arcade/shooting-games/zombie-assassin-3083

    AhaGames

    That's 4 topics and 7 posts about the same thing. I think that's probably enough multi-posting now.

    Allow time for users from all the different time zones to check this out if they wish.

  • provokedninja did you figure it out? can someone post a capx?

    Webstorage is deprecated. You should really look at using Local Storage now.