Design your own Getting Unstuck prompt. Create a project in response to your prompt! Post your prompt in the comments section for others to see! Prompt I created: Use some of the graphics effects in "Looks" to improve one of your previous projects.
My solution to my prompt - explored the "change ___ effect" and "set ___ effect" blocks in my "Jump" game. This was a very frustrating exercise today, as I found that sometimes the offline version of scratch does not behave the same as the online version. In the offline version, I successfully had the background changing with a transition effect, after each game level. When I uploaded to the online version, nothing worked, and in fact it caused erratic unexplainable behaviours to appear. After hours of troubleshooting I found the cause was any use of the "change ___ effect" block on my stage, when it received a broadcast. So sadly that is left out of this posted project, but it works beautifully on my offline version. I put a comment to show where that code should be, in the stage scripts. Would love someone to explain this to me, if they can!