Press Space or Click/Tap Anywhere to Tap Click Flag or Click/Tap Anywhere to Reset (Works on Mobile) ✨ COMMENT YOUR SCORES ✨ ALSO PLEASE ❤️, ⭐ AND FOLLOW @AVGameMaker Detailed Info and How Everything Works ⬇️ Ball You tap by pressing space bar or clicking/tapping (On mobile) anywhere. The ball will travel along the light blue track not by rotating but actually moves using some not to complicated math. When you tap while the ball touches the dark blue bar the score will increase by 1 (Max score is 999 which is probably impossible). The speed of the ball will get faster every 20 score (Max speed is over 3 rotations per second). The direction the ball moves will change more frequently for every 20 score [1 in 20 then goes to 1 in 19 then eventually all the way to 1 in 2] (After score is 380 it will change direction every time). Coins To collect a coin you have to tap when the ball touches it. When you collect a coin the score will change by the number of coins you have plus one (As an example if you have 3 coins and then collect one the score will increase by 5). The coin spawns [1 in 20 chance] by going to a random spot on the track until it touches the bar but not the track so the coin centers on the bar. The coin spawns by using a separate sprite to detect if a bar is in a certain section on the track. Then tries to spawn the coin in the section that the bar is in and then only spawns if the coin is only touching the bar. Bars The bar spawns by picking a random costume (32 costumes) and then picks a random rotation (0, 90, 180, -90) [All equal chances]. The size of the bars (8 sizes) get smaller every 50 score you get (after score 350 is only the smallest bar). There 128 different bars size and position combinations. If you have and suggestions on any changes or any optimizations for the code or find any bugs just comment below