So I'm working on this game that uses 80's style graphics, which means a lot of on screen code. That also means a thick typing cursor that blinks on screen constantly. Unfortunately, I can't get the whole blinking... or moving thing done.
For the blinking, I have the code in its own event sheet. the code goes:
System Repeat Infinity times
Cursor (name of the text sprite I'm using for the typing cursor) Set Invisible
System Wait 1 seconds
Cursor Set Visible
System Wait 1 seconds
I'm not sure what it is, but I can't seem to get multiple waits working on the same sheet on another event sheet as well (also concerning the "Cursor" sprite font).
Gods of coding! Help!