CXY007's Forum Posts

  • 10 posts
  • No, it's not that, even i set to no, it will stop when the game is no on foreground.

  • Thank you so much, well definitely try that!

  • Found my solution! I need to set the auto font size to false!!!!!!!!!!!!!!

  • found it, look like I can use wallclocktime to implement it. Thanks.

  • because I am not a designer and don't know how to draw.

    Besides, how do I set text on a sprite? If I need all different words, it will kill me to draw so many...

  • Hello. I found answer here, but not quite

    I found that if I put the set style in every tick, it use a lot of cpu. otherwise, it goes back to original style when I resize the window. I wonder if there is someway to set it once and for all.

    Thanks!

  • It's an action on the button object. Go to your event sheet and add a new action:

    Every Tick:
    -> Set CSS Style[/code:2nlfk9v1]
    

    Hello. I have the same problem here. I can how to set Css style for buttons, but I don't know what should trigger it. I use "On loading finished" but the style gone when I resize the windows. As you mentioned, I can put it in Every tick. But won't that take too much unnecessary resource? Shouldn't there be some place to just set it once and never change?

    Thanks!

  • Hello friends. I am glad so many people help here.

    Tab I don't mean layouts. I just click the run button and it shows in firefox. When I switch to another tab in firefox. Or I minimize the firefox browser, the timer stop. Can I let it run when it not visible?

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello. I am a new guy. This maybe easy to answer:

    I am using System every x second condition to do a count down. I found that when I switch to a different tab, the count down stop. I know this might be a "feature", but I don't want it to stop. How do I do that? Thanks!

  • Hello. I got a service. when I hit a url, I can download a JSON string, such as:

    {"timestamp":1353825777830,"token":"dZEA14OUA4\/L\/P7Yd+WHkGo44O0=","userid":"cxy"}

    Let's say I want to show the token in a text box. How can I do that? I tried to use dictionary, but can't figure it out.

    Thanks.

  • 10 posts