newt's Forum Posts

  • You can, but its not the best for seo. The content can't be seen by crawlers easily, although there are some things you can do to get them to read stuff.

    Of course they really don't like people to do that.

  • It can be done if you set Chrome to be able to run apps in the background when its closed, and you use an app to use the cloud api.

    • Post link icon

    There's a troll on every forum I visit... oh wait.

  • Im a little confused, can Chrome have desktop push notifications?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Try yourfamilyname.Count rather than the for each.

    If it returns 14 then you have 14 objects at that time.

  • I don't really have that much experience with mobile export, but a "bullet proof" solution for ads is bound to do well.

    Im not sure how the sale of the plug would go over. A selling point would be how well its implemented.

    I might suggest getting in touch with Scirra. They may not want to sell plugs, but perhaps they might be interested in its distribution.

  • You're probably going to need to explain a bit more, like what buying a plug will get versus revenue percentage you plan on taking.

    One thing, Scirra doesn't sell plugs on the store.

  • You may need to wait a tick for each frame to load.

  • You don't.

    The most you can do is change an existing frame via url.

  • Isometric is height= width/2

    Don't think in cubes, think of a rhombus at the bottom of a hexagon.

    The image can be as big as the hex, but the bottom diamond is where its placed.

  • Well it certainly is quite the experiment.

    Good luck.

  • Can Python use webgl even?

  • Yeah the other boids was nice, but very limited.

    One suggestion might be object avoidance.

  • For your own benefit you need to define what you want to happen in simple terms, but you need to give every little detail.

    For instance you might say you want it to check objects from the top down like gravity, or check each one to make sure they can flow first, or both as water flows down, but needs to have a path.

    You probably need a little more experience with how events work as well. The function for example is set to get called every tick, but events already run every tick.

    Likewise the "for each" is redundant with "is overlapping".

  • You could try is overlapping, and overlapping at offset, but on collision isn't ideal.

    Then again any game doing a bunch of collisions per tick isn't ideal either.