Hello, this is my first post on this forum, but I have been watching it for some time. I started programming a "sand game", something like http://dan-ball.jp/en/javagame/dust/
Now I used a 3x3 px objects for various elements, with "physics" behavior, and in the events sheet I shaped various interactions between them, or some unique properties (like fire floating instead of falling down). It all works fine until I get a few dozens of particles on the layout, then it starts to freeze and/or crash, which is only to be expected. Seems I'll need to approach that problem at a different angle, and this is the moment when I ask for your help. How do you think I can solve that problem?