I'm not making a remix of a trending project just to become famous, I'm doing it to help and maybe build off of it. Here are the edits I made: -Fixing the score and highscore I notices that the score and highscore doesn't work, and that was an easy fix. -Taco Hitbox If you noticed, the bed is actually hitting the sparkles, not the actual taco. There were 2 ways to go with this, the @griffpatch way or the cloning way, but I went the @griffpatch way. It works like this: by creating a new costume called, "hitbox" and putting the set costume block at the top or the code and switch costume back, that means the bed will hit the taco instead of the shine. -An Easier Solution You don't see this but the taco will go in the floor until it reaches the bottom, an alternative fix is to make it so when the taco touches the ground, it'll just disappear! And don't worry, the hitbox is making sure that only the taco will make the whole sprite disappear -Score Disorder I realized that the bounce up is making the points change more than once to every time the clone bounces up, but the easy fix is to move it to the part, "if touching paddle" -Teleporting beds Notice how the bed is moving to the corner? That is because you are pressing the stop or green flag button, but I just made it go to the center And I think that's everything feel free to use this to anyone who is looking at this.
Thank you @SkittlesTheBunny for the original project and anyone can feel free to use anything in here, just give credit!. I know that it the very first project the Scratcher made and he or she doesn't fully know how the variables work at the time (Or maybe Scratch 3.0 removed it...)