level 2
SetSimMode 2
Do
lmouse = WaitClick()
//TracePrint mouse
lkey = GetLastKey()
If lmouse = 32769 Then
For 150
Delay 43
lmouse1 = GetLastClick()
If lkey > 50 Then
If lkey < 68 then
Exit For
End if
End If
If lmouse1 = 32770 Then
Exit For
End If
MoveR 0, 1
Next
End If
Loop
2019年04月17日 07点04分
1
level 2
第一次按下鼠标左键鼠标会动,后面再按鼠标左键鼠标就不会动了!!!
2019年04月17日 07点04分
2