The project is a basic drawing program in Scratch. When the program is started, you are able to draw lines or anything you want in Scratch by pressing and holding your mouse down. The cursor sprite is supposed to follow your mouse around even when you are not pressing down on the mouse button. The code constantly changes the color. The problem is that without certain mouse movements, you are not able to draw continuous lines, even when the mouse is being held down, rather it only draws dots. The problem is even worse when in the code editor. Fix the program to always draw continuous lines when the mouse button is being held down with the cursor always following the mouse.
Based on problem faced during drawing project.