Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Visual basics timer

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
6,707
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Feb 23, 2007

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.

Category:

Entertainment

Tags:

License:

Standard YouTube License

  • likes, 2 dislikes

Link to this comment:

Share to:
see all

All Comments (7)

Sign In or Sign Up now to post a comment!
  • that has nothing to do with this

  • You not spammin' lol :P

  • 22BrianMcfadden22. This is how i do it. "speed applied to ball" ball.xspeed=+1 ball.yspeed=+1 do ball.x += ball.xspeed ball.y += ball.yspeed "bounce of walls" if ball.x >= right.wall then ball.xspeed = -1 if ball.y >= bottom.wall then ball.yspeed = -1 if ball.x <= left.wall then ball.xspeed = +1 if ball.x <= top.wall then ball.yspeed = +1 loop
  • Nice tutorial

  • Good one for understanding Timers in VB. Thanks

  • 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

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more