newt's Forum Posts

  • It's a percentage, as in n% of 100.

    So if a layers parallax was 50 it would scroll at half the rate one set to 100 would.

    One set to 0, wouldn't scroll at all.

  • You could try other formulas:

    http://docs.gimp.org/2.6/en/gimp-tool-desaturate.html

    Does your tilemap go all the way from 0 to 255?

    BTW Mind blow for the day:

    You can use a canvas as a tilemap.

    Also array's for each might simplify things if you're having issues with a nested loop.

  • No long in-call loops, no every tick triggers, seems fairly reasonable.

    I generally try to avoid them anyway.

    A variable comparison, while harder to set up, should perform even better.

  • Not to mention you are probably losing the rights to things you create.

  • Starting to see more and more people trying to buy games or game dev, but how can you tell if they are being honest?

    Many of you may feel that you lack the skills to be paid a fair amount, but the fact remains that you deserve to be paid a reasonable amount for your time.

    Of course it's hard to gauge what to ask for without know what other people are truthfully earning.

    So to those that are actually subcontracting, what do you estimate you're getting by the hour?

  • Then it's a feature request, and not really a bug.

    In the meantime you can use regex, or you can use comparisons using basic operators, string="b", string variable="B", etc.

    Btw text object compare text can be case sensitive.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I don't think it should be case specific, unless you tell it to be.

    For that try regex.

  • Just a nice generic palette that gets used a lot.

    http://pixeljoint.com/forum/forum_posts.asp?TID=12795

  • Updated a bit.

    Added bonus for turning the lite green tiles, not sure if I will make it so that the bonus also give out bonuses... as if that made any sense.

    Changed how the arrow indicator now gives a more accurate representation of the speed of the swipe.

    Same url, so you might need a reload if you've played it before.

  • Nice.

    Is that Dawnbringer palette?

  • Its based on a swipe gesture, if you touch, move your finger slowly, then release it wont work.

    My next template will be an angry boids movement.

  • I think it depends more on what you are doing in the function call.

    It's basically telling the cpu hey drop what you are doing, and do this, then do pick up where you left off.

    • Post link icon

    Trying to publish to mobile with the free version?

  • If someone was that interested in coding wouldn't they just move on to another engine?

    Its really hard to tell that to a customer that just paid for a license, because a selling point was "no code".

    Then telling them to just go buy a plug third party plug that can't be guaranteed is another lead balloon.

    Developers don't need poorly implemented leaderboards api's, or dodgey ad networks, they need access to collision polygons, image points, the inner workings of Canvas and Webgl.

  • And what's to keep someone from duplicating it, and sticking that up on a torrent?