This is for my sister because I made a game called "Fishy's Cheeseria" for my brother, and then it seemed unfair to my sister, so I made this. It is inspired by the "Enchanted Hollow" den in Animal Jam Classic.
~~~~~~~~~~~~~~~~~~Credits~~~~~~~~~~~~~~~~~~ Thanks to https://downloads.khinsider for the music. Also thanks to Animal Jam Classic for inspiration. ~~~~~~~~~~~~~~~For all curious ducks who want to know how I made this~~~~~~~~~~~~~~~~~~~~~~~~ So by studying Animal Jam, what I found is that there is an invisible box around the player that they can move around in. They cannot move outside this box. When they touch the outside, though, it sends a message to the "art" sprite for it to move in whatever way is needed, whether it be left, right, up, or down. This makes it look like the player is moving, but they aren't. As you may have noticed, I used this same technique. As for the actual art, it is very small when drawn compared to the actual world, but it uses an infinite size trick to make it bigger for the player. The reason I did it this way is so that it makes it easier for the programmer to draw the world.