|
Subject:
|
How to write code to draw bouncing circles
|
|
Posted By:
|
Bimbo
|
Post Date:
|
11/11/2005 8:22:43 AM
|
I use visual basic in excel environment and i will like to know the codes required to draw a bouncing circle in visual basic I will be very grateful if anybody can help me demystify this code
|
|
Reply By:
|
marcostraf
|
Reply Date:
|
11/11/2005 1:17:12 PM
|
"demistify"? :) One of the standard VB controls is the Shape, that can be use to draw graphics. Set the Shape property to vbShapeCircle Add a Timer control, and in the Ontimer event change the circle position using the Move method Marco
|