Double click Flag Please give the heart and star some colour Stats: ›››1071 blocks‹‹‹ (Until I fixed the timing) ›››47 costumes‹‹‹ ›››Approx 26 hours‹‹‹ Credits: ›››leo889 for literally 99.7% of this‹‹‹ ›››Rest of credits in the original‹‹‹ Comments: ›››I like the parallax (again again)‹‹‹ ›››We're going on a trip in our favourite rocket ship!‹‹‹
I was lazy, so I did not add in my intro :\ The problem was that the timer was reset AFTER the timer was used first, as Scratch 3.0's run order is based on the order that the hat blocks were created (For example, if you drag out 2 when gf clicked blocks, the one you drag out first will run BEFORE the other one). I used a trick to fix the timings. If you use a wait block with the input 0, Scratch waits for 1 frame, then runs whatever is next in the script (@griffpatch for first revealing the trick to me). Using that knowledge, I set out and used the wait 0 seconds blocks where the timer is used the frame that the outro starts. That way, the timer resets the frame before, which means the timer is about 0.033 when the timer is first needed (It is not 0, as the timer increased while Scratch waited for the next frame (The Scratch website runs at about 60 FPS if it is not lagging and Scratch projects run at 30 FPS if it is not lagging, meaning that Scratch has 2 frames between each project screen update, when the timer is increased)). I could have changed around some of the hat blocks to make it work if I knew which order leo889 (Who made the outro here) made the scripts.