Ever wonder how to make a smooth transition with a sprite flying off-screen? There is a way! (It might be cheating against what Scratch has programmed, but whatever)
Yes, the only way to make it work is by using vector. Though it's pretty easy to let bitmap do this too. Just make your image, convert it into vector, and then just follow this partial tutorial.