Just a fun little thing. The laser beam doesn't affect "enemies." -- Instructions: {mouse} - fire {space} - boss rotate --- Main Question: Normally, you can't draw with pen outside of the scratch window. So how did I do it? Answer: I used a bit of code from my scrolling map script and applied it here. After I applied the script, I hid the rectangle and drew everything with it. Pretty simple, right? --- Notes and Credits: All by me, You may use any of the code in the project with given credit; if you are going to use my code, please send a link to your project - you might end up getting an extra 3 likes on it :). -- Oops! I accidentally replaced the original project with this one! It's up now! -- Turbowarp: https://turbowarp.org/527925497 -- FPS - Frames per Second This is the only thing in this project that you can use WITHOUT credit. I would recommend not to use a custom pen text generator so that you get the real-time FPS. Non-pen text generators should work well; I've never tried one (if you do happen to try it, tell me about it!). Here's what I did: http://scratchblocks.github.io/#?style=scratch3&script=when%20flag%20clicked%0Aforever%20%2F%2F%20the%20loop%0A%09set%20%5BFPS%20v%5D%20to%20(round((1)%2F(timer)))%0A%09reset%20timer%0A%09code%20%3A%3A%20grey%20%2F%2F%20your%20code%20here%0Aend