Step 2: Hide the Flashing Cursor
Now you are probably thinking to yourself "Hmmm that red flashing rectangle looks pretty stupid".
Correct, it looks very stupid! The Blitter object has two animation frames, the cursor and the red rectangle. All we need to do is make the object invisible when it is playing the red rectangle frame.
Add the following events:
- Current frame of
= 0
: Make invisible
- Current frame of
= 1
: Reappear

5