December 31, 2004 at 4:22 am
#180931
Member
guyz make the quick bounce
like this
use a timer and these codes…..
Private Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState" (ByVal vKey As Long) As Integer Private Const VK_F12 = &H7B
then put down the timer with interval of anything less….depends on u
Private Sub Timer1_Timer() If GetAsyncKeyState(VK_F12) Then Bounce End Sub
this is the f12 bounce…
if u enabled the timer and using it in the room…..
just select and press the f12 from the keyboard….allset……:)