Added: 1 year ago
From: SchoolFreeware
Views: 27,724
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (55)

Sign In or Sign Up now to post a comment!
  • 3:24 fuck + 5!!

  • checkout my channel for more

  • I have problem with that Ovalshape, it has underline said that I have error!

  • great!! even my balls were bouncing!!

  • My ball still goes through the edges and won't come back. What do I do?

  • @FloatingWingsorz

    you need to define the Boolean as global (outside the function)

  • Comment removed

  • great tuto,good man

  • lol i calculated the borders instead of client rectangle or something.

  • thumbs up if you challenged yourself to do this without tut and made it super complex!

  • nevermind i figured it out but mine is like flashing

  • how do we make it move with out clicking it?

  • Sorry You Go To Fast And Your To Confusing :(

  • @MrGlitcher321 use the fucking pause button

  • oh snap is visual basic the same as microsoft visual c++

  • i used ur link and instlaled it but i still dont see the visual pack plz help ;-;

  • My ball does not move. So annoying when things don't work after following it to the T. I wonder why it doesn't work for me.

  • @inlovewithi Is the timer enabled?

  • @SchoolFreeware Hey thanks. Since I saw like 4 comments saying that it didn’t move (which turned out to be all by one person) and no previous complaints before that, I figured there was an update to VB that perhaps caused, or disabled something. Yes the timer was disabled.

    By the way, I set my youtube to Spanish so the navigation is a little confusing, so if I just sent you the Rebeca Black "Friday" video, it was by mistake.

  • @inlovewithi we need to click for it to move

  • @inlovewithi make sure youre writing the code under the timer1_tick sub

  • @inlovewithi Don't forget to delete OvalShape1.Left += 5 on the first line that you have been written.

  • damn! for me the ball just stays on the ground! IT DOESNT JUMP!

  • rocking

  • my ball does not move!!!!'

  • my ball does not move!!!!'

  • @TehChaoticxShow i can help you!

  • my ball does not move!!!!

  • this way is tooo lonng

  • hello, where did you get that IntellSence (on)? becouse in VS 2010 that tool was removed. thanks

  • where do i get shapes in visual powerpacks? in my visual studio in my toolbox the powerpacks contains only pointer and printforms

  • @otskiexy The PowerPack install link is in the description.

  • why are all these videos just blank green screens to me -.-

  • @minecraftnate maybe u dont have the plug ins?

  • @darkj3am Doesn't happen anymore.. No idea

  • can you do this inside the panel box?? 

  • @darkj3am

    yes, i think its possible, i will try to send u a message with a (hopefully working xD) code as soon as i can :-)

  • @lukynater1 i got it :P instead of "Me".clientrectangle, use panel to do it.. well it was actually simple but i'm lazy so i always ask first before i try to do it :P

  • now my problem is how to open another video after the first one finish and cycle back to the first one... i'm making a vending machine.. it should simulate a real vending machine but mine will have TV screen to advertisement :P and oh the big part is coming which is DATABASE-_-

  • can you use a panel as the rectangle??

  • your better than my teacher :p

  • Now I finally know how to animate in Visual Basic, Thanks!

  • Love you!

  • Extremely helpful video. thank you so so so much!

  • How does this work without enabling directx components or opengl?

  • Comment removed

  • Nice .. i like it

    thank u

  • Thanks alot! this video really helped me alot!!

    lets say i want to add a button to increase the velocity of the ball...how would i dot that? please post..respond etc..

  • erm i have figured out my own qwestion......do u know how to add a stop/play/pause buttons?

    thanks in advance Shrub

    @shrub7777

  • @shrub7777

    heya,

    its been awhile i coded in VB....but to pause just make a button and put timer1.stop or timer1.enabled = false

    to make it play again just do timer1.start or timer1.enabled = true

    to combine it in 1 button try,

    if timer1.enabled = true then

    timer1.enabled = false

    else timer1.enabled = true

  • @lukynater1 how to put it back to the center? :P

  • @darkj3am

    try making a button and put it somewhere, doesnt really matter.

    and put this in the button code:

    if timer1.enabled = true then

    timer1.enabled = false

    ovalshape1.location = (screen.width / 2, screen.height/2)

    else timer1.enabled = true

    this will stop the ball from moving all over the screen, and put your ball excactly in the middle.

    im not sure, ive not tested it, just came up with it, havent even got VB installed ATM xD

  • @lukynater1 i done it before u said it but what u said is correct ^_^ it was late though but thanks.

  • wow

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