Simple Animation with Visual Basic 2008
Loading...
26,547
Loading...
Uploader Comments (MrShadeslayer)
see all
Video Responses
This video is a response to Visual Basic 2008- Moving Animation with keypads
see all
All Comments (58)
-
exelente thanks =D
-
just did it , thanks :D
-
DW everything works ok now. I just forgot to enable the timer :)
-
My object isn't moving.
I have a timer and an unlocked image object in my form.
here's the code; (Note that I am only testing out the movement, without the "imageflip" stuff)
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Static x As Integer = 5 If circle.Left >= 500 Then x = -5 ElseIf circle.Left <= 0 Then x = 5 End If Me.circle.Left = Me.circle.Left + x End Sub
Loading...
nope actually im using visual 2010 witch may be the prob like the rest of the codes...
DeCoDeNation 7 months ago
@DeCoDeNation Than why are you complaining if you using a newer version of visual basic? Its common sense! If you are going to use an updated program, obviously the coding might change a bit.
MrShadeslayer 7 months ago
the codes are incorrect plus its not fourms its forms o and theres some other spell mistakes also.
DeCoDeNation 7 months ago
@DeCoDeNation Whatever you say troll :) fyi the code works for everyone else. Either you cant read or just love to troll :D
MrShadeslayer 7 months ago
do this work on 2010 version?
linkinl1 10 months ago
@linkinl1 Hopefully it should
MrShadeslayer 10 months ago