- Home
·
- Games
·
- an example for a way to simulate gravity in a game. in this example, the image is attracted to the
an example for a way to simulate gravity in a game. in this example, the image is attracted to the
an example for a way to simulate gravity in a game. in this example, the image is attracted to the top of the form and gains speed headed in
Rate an example for a way to simulate gravity in a game. in this example, the image is attracted to the
(3(3 Vote))
yspeed = 1
End Sub
Private Sub Timer1_Timer()
yspeed = yspeed + yspeed / 2
Image1.Top = Image1.Top - yspeed
End Sub
an example for a way to simulate gravity in a game. in this example, the image is attracted to the Comments
No comments yet — be the first to post one!
Post a Comment