Wait for it to render Press B to edit the type of explosion Press space for the explosion This project allows for a more acute demonstration of clones handling several processes at once. Utilizing the predetermined points, this project adds the ability to add velocity, gravity, and a continual uniqueness to the x and y positions to 969 different points using just one sprite.
What this project does is create a troll face composed of 969 individual points. These points are determined by a scan of a 60x50 version of the face, and if it recognizes that a pixel is the color black, it adds it to the list of points to render. For this demonstration, the points have already been pre-scanned, so you do not have to wait the 30 seconds or so for it to scan. Once scanned, the script creates clones for the points to be displayed. The amount of clones created is 1/4 of the amount of points, so it doesn't exceed the limit of 300 clones. In this case, the amount of clones is 243. Each clone is then assigned 4 points to render, which is rendered using a separate script. After rendering, it creates a spriteless image of the original picture.