How do you detect when the enter key on the keyboard is pressed on the touch screen? I'm making a replacement input function for my program because the original one makes things too complicated.
ASC(INKEY$()) gives you ASCII code of each key you press.
When you press enter key on the keyboard on bottom screen, it'll give you 13.
Try to execute the following program.
WHILE TRUE
VSYNC 1:ST$=INKEY$()
IF ST$!="" THEN ?ASC(ST$)
WEND
like who?
you can make the best of stuff easily, you can answer almost all Q&A's
how about mml, do you know much about that..?
hmm..?
any hanzongs..? (that is a really badly made joke..)
well back to the pit of endless lines of code..
talking about that, do you have any helpful demos on enemys like making them move around certain areas in a loop (kinda like mario enemys..?
or anything like that