blackout09's Forum Posts

  • 8 posts
  • Hi, I was trying to make update system for my game with browser's "is downloading update" and "on update ready". But I didn't manage it to work. "Is downloading update" returns 0 when very beginning of the loader layout after that it returns 1. And it seems I make it work with Chrome but when I look with Firefox it is not working. I guess I am doing something wrong and I cant share my .capx because it's commercial. I looked Offline games. Can anybody send simple .capx file that uses updating correctly?

  • Thank you for useful plugin, it will save a lot of development time, nice work! :)

    Have you tested it on all platforms and browsers?

  • scirra.com/tutorials/73/supporting-multiple-screen-sizes

    that will be helpful I guess

  • Hello,

    I'm setting the font face well, it works fine. I followed that tutorial

    scirra.com/tutorials/237/how-to-use-your-own-web-fonts

    Here is my problem ,

    I'm adding set font face at on start of layout; but when i testing it, it starts with default font and after x milliseconds it turns to my web font. I don't want to see that "shaking", i found that some people are changing visibility and delaying. However I cant know that delaying time. So is there any way to know if the web font changing is finished?

    Second question is, i don't want to set every text manually , is there any way to set it globally to every text object.

    Maybe the third question, i didn't make it to set all text objects' fonts at the loading screen. Am I have to do it at the every layouts starting?

  • Thank you for reply, but i need directly entering string for json not webstorage and i need .capx file to see what am i doing wrong, but thank you again

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm trying to use json but i am doing something wrong.Can anyone upload a simple json .capx that uses load json as a string to an array.I am adding string but it cant understands that.I looked for forums, I used special construct2 format for string.All in all i need an example...

  • Thanks you very much R0J0hound, I learned many new things , thanks . .

  • I'm newly started to Consturct2 and I need to typecast an ascii value to letter.For example 65-->A ,I cant find the solution so I need typecasting but I dont know how to do?

  • 8 posts