Use the mouse to control the player. ARCHER The Archer was created for two purposes- 1. To try and create a wait system that does not interrupt a forever loop 2. To test out incorporating text into sprites as aesthetics. Both went very well :D For an explanation of the AI, read notes and credits.
THE ARCHER This AI is called the archer, and is even simpler than the Chaser. However, there is one new creation of mine that I created specifically for this. I call it the custom broadcast. The custom broadcast is a glorified wait _ secs block, but with a neat little feature: It doesn't interrupt a free forever loop (One with no wait blocks that runs 30 times a second)! It works with one variable and the "mod" block. It essentially counts to 30 (+1 every 1/30 of a second, but can be any number) and then sets itself to zero. You can place an If gate in your loop and set it to whatever number of the Custom Broadcast block you want. And boom! A interruption free forever loop with a wait block in it. Feel free to backpack the custom block in the stage I created for it and use (With credit) in your own projects. Adios!