Credit to @TheScarfedStickman (microgame idea and idea of TV stage) and @ChachorroLouco234 (stage jingles). Oh, boy-oh-boy! I've been wanting to get to this one. Last time I did something like this is Channel Surfer. Or Air and Spare? I suppose it depends on if you count the last time I remixed a submission to one of Sunnii's Wares that didn't make it or one that did. If I had to guess why this didn't cut it, one guess is the art not being pixel art, and the other being a bit more effort desired in code. So I embraced the former and addressed the latter in this remix. Code not as simple as anticipated, but definitely lighter than most other !!!Ware microgames. Anyhoo, le list of le differences: - Support for speed up to 2.5. - The microgame is now normal-length. - Brightened sky and 2 extra shades added to ground. - Sun and cloud now have motion. - Caterpillar segments have legs and are tweaked to use color effect. - Added difficulty levels. The original idea was incorporated as Level 1. - Level 1: The 4 segments are stationary, numbers, and colored in a set order. - Level 2: The numbers now fade away after the first 2 beats. The segments are randomly colored. - Level 3: Similar to Level 2, but the segments now move left and right. Clicking an incorrect segment will make it speed up for a moment. - Added sound effects and feedback for clicking a correct or incorrect segment. - Cloud now smiles and caterpillar wiggles upon a win. - Custom music at 120 BPM. - Improved segment spawning and layering. - Caterpillar is now stored in a single sprite. [BEGIN DEVELOPER NOTE] = ASSETS = Besides the commands and stuff, this microgame has 13 costumes and 1 backdrop. = INTEGRATION = To integrate this into a full project, the following must be done: - IMPORTANT: Update the microgame count. - Import these as normal: the sprite, the backdrops, the music, the broadcast script (into the chain of if-loops), and the practice menu costumes. - No need to add anything to the lists, this is a short game with mouse controls. - If applicable, add it to one of the speed lists. - Import the command and sound - If applicable, update the credits. [FINISH DEVELOPER NOTE]