|
-
Jun 26th, 2001, 09:18 AM
#1
Thread Starter
New Member
How do I move a bitmap DOWN or LEFT?
Hi,
I know the code to move a bitmap to the right, which is : (Example)
Image1.Left = Image1.Left + 20
But, how do you move the object in the opposite direction, i.e. Left.
Also, to move an object upwards its
Image1.Top = Image1.Top + 10
But, how do you move the object downwards.
Any Info, I`m in the middle of making the game!!!
Mark
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|