I have, it was challenging but I beat it in about 10 attempts.
This is my submission!
Here’s my submission:
Eat Flies! Eat at least 5 to win!
YES!!! I just won!
I beat It!
Here’s my submission
and my friend Eden’s
My game jam game!
Here’s my entry!
Pretty simple game as you can see. hope you all enjoy! and yes, I did just join this forum.
Welcome! Also… the game is meant to be only five seconds long.
Thanks to ChimbroDaPro for reminding me!
(This is an updated version)
Does anyone know how to start an animation at a random frame?
I’m not the greatest at making the most optimized code, but I’ll try to help.
I know that all animations are actually just arrays, so if you could get an array to count up after starting at a random spot, you could get an animation to do it
The built-in animations always start at frame 1. You would have to make your own array of images to play as an animation, then pick a random value to start at.