Forum Discussion
KrisShenenbe782
4 months agoCommunity Member
Fake a Blinking Cursor
Hi all. I'm simulating entering text in a DOS command window. I have instructions and a text entry field. The text entry field is the bottom layer so when landing on the page the cursor is already b...
AndrewHanley
4 months agoCommunity Member
P.S. for the project file above, simply run it and type - the text field is already auto selected (focussed) for you, so you can just start typing.
Ive added up to 10 positions for the cursor. You can add way more if you want, but I was just messing around for now.
Finally, if you open up the console window (press F12 when previewing the slide, then click the CONSOLE tab) , you will see some JS messages being shown which monitor the character count of the input field in realtime (using an eventListener)
Now.... how do we get it to play Doom 2?! :P
- KrisShenenbe7824 months agoCommunity Member
Andrew, that is so cool! Let me add some things and I'll let you know how it goes. Thank you!