newt's Forum Posts

  • Whats the point?

    The only way to represent the line would be to create 1 pixel objects. That could easily go into the hundreds, if not thousands of instances..

    If all you want is a line then stretching a tiled bg to the distance() between the two points, and setting the object to point at the second position, would be far easier, and less intensive.

    Not to mention all the sub-pixel stuff you have to deal with......

  • It depends on what you want to do. If you need more than 4 control points from cubic, then obviously it would get a little complicated, at least timing wise for the novice user.

    On the other hand lerp, qarp, and cubic should work super easy for effects such as ease in.

  • Yep, it would be cool to have, but can it be added?

    Does the editor support drawing curves in child windows even?

    If not, an external editor would be fairly easy to make, especially since Rojo's Canvas plug supports paths, and you could use ajax to import the control points to use with cubic.

    Chaining multiple paths... not so much.

  • Would you rather a visual editor, or some defined expressions like:

    http://gizma.com/easing/

    BTW I think you could also get away with qarp, and cubic.

  • You do not necessarily need a sample greater than two points. A vector should be sufficient.

    If touch end x is > touch start x then angle is anticlockwise.

    If touch end x is < touch start x then angle is clockwise.

    If touch end y is > touch start y then angle is clockwise.

    If touch end y is < touch start y then angle is anticlockwise.

  • Does the browser object not work with the sms tags?

    "sms:<phone_number>[,]*[?body=]"

  • Well look at the math. If an object is going faster than 60 pixels per second, and your solids are smaller than 60 pixels, then there's a high probability it can skip the object.

    You're just not going to get pixel perfect collisions in a javascript engine running v synced at 60 fps.... with crappy garbage collection.

  • Time for some benchmarks?

    Approx 30 fps on the demo here.

    Not bad taking into account its a feature demo.

  • OK, which ad provider shall they use?

  • > When do you change the score?

    >

    Hi Newt!

    The user score changes literally all the time. Its a kind of banking app, so the user score is always going up.

    Any clues?

    It was a rhetorical question.

    As in the the obvious thing you missed.

  • This is good news, my game is almost finish.

    I put some english on mine, but hey theres no point russian it.

  • Well its not supported in js by all the browsers, so I doubt it would get added, as conditionals handle it fairly well.

    Exceptional examples help make exclusive expressions.

  • But how is it useful?

    Can you show where it would come in handy?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sine behavior, set to opacity.