Thanks @Lemnisc8 for the original project. I really liked the original project, and in their project @Lemnisc8 wrote "I used a really cheap way for the resizing and mouth stuff, so if you know how to do it properly, please show me". I didn't see anything wrong with it, and I don't believe my way is more "proper", but I wanted to have a go. So I deleted everything except the triangle fill code, and gave it a shot. No real change to how it looks, but some changes to how it works. For instance, this remix do not use clones. Instead, in each iteration in the main loop, it draws one fish at the current "size" and one fish at 1/8 of the current "size". Size decrease each iteration, until it's less than 50, when it's reset to 400. The state of the mouth is simply related to the size. See inside, the code is not very complicated. My code is in the "@kriblo" sprite, and the original (inactivated) code is in the "@Lemnisc8" sprite. View original project for full credits, and give it a Love ;)