|
我是一位vb程序员。
我做的vb游戏不能双键其按!!
`````````````keydown`````
if codekey=65 and codekey=84 then
x=x+1
y=y+1
end if
`````````` timer1``````````````````````
picture1.move x ,y
单件可以!!
if codekey=65 then
x=x+1
end if
`````````` timer1``````````````````````
picture1.move x ,y
不知道为什么。
我没用DX。我也没有DX SDK。(因为我家的计算机不能上网。所以没有DX)
就算没!
就真的没有办法了么!!!
|
|