2021年3月23日星期二

responding to keystrokes in visual basic script?

I need help with a game, and it needs to sense keystrokes once opened and closed. I'm trying to implement it into a VBScript, as I'm very familiar with the language. Anyways, here's an idea of my code:

Option Explicit  Dim W, A, S, D  W = "W"  A = "A"  S = "S"  D = "D"  'detect any keystrokes of w, a, s, or d  'respond to those keystrokes  end if  

However, I really can't find anything.

https://stackoverflow.com/questions/66772340/responding-to-keystrokes-in-visual-basic-script March 24, 2021 at 06:43AM

没有评论:

发表评论