I decided to improve Griffpatch's original method of moving sprites off screen, reducing the amount of code and removing all restrictions entirely instead of lessening them. Feel free to use! How the block works is inside the project. Disclaimer: when sprites are moved off screen, the "touching (object)?" block stops working with other sprites, meaning you can't make off screen collisions, like with a projectile in a scrolling platformer. However, it will constantly report touching the edge and can report if touching the mouse pointer. ----------------------------------------- Original instructions: Ever wanted to use the set size to make things really big but found that the costume refuses to grow much larger than the window size? Ever wanted to move a sprite off the edge of the screen and found Scratch has stopped you once again? Have a look at this :)