This is a tutorial I made about the timer because I found some people didn't know how to use it and this is a very good tool. I made my first crappy graphics with the timer tool. It's cool for begginers to fool around with and have some fun. I was tired when I made this.
that has nothing to do with this
juplm4000 3 years ago
You not spammin' lol :P
KnucklesARouge 3 years ago
Shardogga 4 years ago
Nice tutorial
TomHax0r 4 years ago
Good one for understanding Timers in VB. Thanks
LakkiMarwat 4 years ago 2
i'm doing pong game and i need a help... how can u make the ball reflect back when it hits the paddle...
ShpBall.Left = ShpBall.Left + Hamt
ShpBall.Top = ShpBall.Top + Vamt
If ShpBall.Left >= 12360 Then ShpBall.Left = 6260 ShpBall.Top = 3360 Hamt = -1 * Hamt ' Vamt = -1 * Vamt
22BrianMcfadden22 4 years ago