Juryiel's Forum Posts

  • I want to make use of a javascript library that's fairly easy to use (just include the script, then call a few functions). I'm not sure how to do that in C2 without making a plugin. I find the Execute Javascript action in the browser plugin but that's as far as I've gotten.

  • My bank (bank of america) was declining mine on both of my cards, probably because it's in the UK. I had to manually go into my banking, confirm that the charges were not fraudulent, and though they didn't go through it must have added scirra to a whitelist because then I was able to buy it.

  • What happens if two AJAX requests complete during the same frame? Assuming I have tags, will they both trigger when complete and keep their LastData correct so long as I'm within their completion trigger event?

  • Make the width a percentage of his health. So if current health is X and full health is Y, Healthbar Current Width = (Healthbar Full Width)*(X/Y) . You should define healthbar full width as the maximum width you want the health bar to be when the player has full health, rather than defining it based on his health.

  • I made this several days ago but was hoping you would try to work through the example yourself so you can figure out what's going on, and ask specific questions about where your attempts failed so we can help you understand the logic and make you a bit more independent <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">.

    Since that hasn't happened, here's the cap (only done for the red blocks), hopefully that's enough to get you going enough to be able to make any other modifications on your own.

    Any 3 or more red blocks that touch together in any sort of formation (they don't all have to touch each other, just be part of a connected group) are destroyed, and a new red block forms at a location of their average X and average Y

    https://dl.dropboxusercontent.com/u/308 ... merge.capx

  • The ... in his post is supposed to imply that you can extend that pattern to any number of characters, so set var=2 for the third ....

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Well my point was, if we're having the same issue then maybe Ashley can solve it, or we can work around it (e.g place an object with that effect on screen under a mostly black but transparent "Loading" layer, or something of that nature. I'll definitely try to solve it on my end anyway, if I succeed I'll let you know.

  • I get a similar sort of effect the first time I load a WebGL shader on some devices. First instance of the shader hickups, then it's smooth even after reloading the level. Maybe it's something similar for you?

  • Seems to be doing it now, was not before.

  • Ugh, someone set it to 40. Nevermind, all is well

  • I'm testing out on a fairly high end laptop (770M, etc) with Windows 8.1 and Chrome. Seems like FPS is locked to 40. It's not a performance issue, just seems to be capped there. Why would that be? It's not happening on my other devices (2 android and 1 XP)

  • Manpower to make and maintain as C2 changes. I think Scirra is all of like 2 or 3 people. You could probably hire a consultant dev to make one if you have the money or make one yourself. It's a pretty large project.

  • Is it possible to get a larger width or fluid width? Too much blank space around the edges and not enough content per screen.

  • I've changed the blue colour to the same one as the old forum uses, much less garish.

    I'm sorry if you don't like the look, give it a bit of time. Unfortunately when we make design changes there will always be people who prefer or it who don't prefer it, hard to make everyone happy!

    The unquestionable fact though is it's a lot faster, has a lot more features and is far more reliable (no more session timeout errors for making posts etc)

    I would suggest perhaps making the black color where the "by name >> Thu Feb 20..." a bit less... contrasty Perhaps a lighter gray, will help not making the dividers between posts stand out so much. Other than that it looks great.

  • Post what you have, probably a typo somewhere