codah's Forum Posts

  • You can pick by nth instance (a System expression), a.k.a IID, and use random( sprite.count) to pick.

  • You do not have permission to view this post

  • I don't want to argue how useful it will be. As Zenox wrote — it was discussed many times before.

    My question was — is there any plans to do it? As it seems to be fairly easy from one side and can attract new people, without ruining and affecting current approach.

    No, the next major update will be to improve the editor/UI itself rather than engine or other features.

    https://www.scirra.com/blog/155/the-future-of-construct

  • You do not have permission to view this post

  • Just another suggestion. Presumably you have a variable to indicate a game is in progress or not; just check for that variable. Otherwise you might find if you add another button, that will also get in the way, and you'll have to add another condition for that, etc. PS is there a reason why do you do 'is touching' with 'trigger once' instead of just 'on touched'?

  • Why change the product? It's great because it is how it is. There are plenty of coding solutions out there. I'm also a developer BTW.

  • I made two squares for you fast. If you like them you are free to use them.

    Anyway, if you want make your own game assets fast & easy i suggest you

    use Inkscape.

    These are cool. Is art your first skill?

  • Yeah it was the android export that interested me, purely out of curiosity.

  • You can't post urls and id be surprised if you find something with the feature set of C2. Interested though.

    Try stuffgen?

  • Did you read and understand that manual link? Collisions are enabled by default on Sprite objects and it has nothing to do with Solid behaviour. Try the "bounce off solids" demo in C2 (File/New, type 'solid'). Haven't you ever used Sprite | On collisіon with object?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I haven't read this fully but it seems to contain what you want.

    https://www.scirra.com/tutorials/861/ho ... id-app-apk

    Just make sure you un-check the checkbox in the XDK.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • thanks a lot

    Or even System: Pick Sprite instance Sprite.count - 1 which is the "Pick nth instance" condition under "System" and does the same as the above.