- May 21, 2001
- 25,934
- 4,525
- 126
I am a self-taught programmer, so I am not very good at it. But I would like to do a little project in VB that involves animation. When I used to use Basic, it was a piece of cake. You'd just use PUT with XOR a graphic over another. Repeat and it was gone. Then put it in the new location.
I tried to figure out how to do something similar in VB 6.0 and got nowhere. I tried PaintPicture and got nowhere. The best I could come up with was to take an image or a picture box and just change the left and top coordinates. But that didn't get me any transparancy with the complex background. Is there a way to have a image partially transparent and do it with this method?
Can anyone show me how to do simple animiation in simple terms? Or can anyone point me to a good online guide? I can Google millions of them, but I wanted to know if anyone knew of a good one.
I tried to figure out how to do something similar in VB 6.0 and got nowhere. I tried PaintPicture and got nowhere. The best I could come up with was to take an image or a picture box and just change the left and top coordinates. But that didn't get me any transparancy with the complex background. Is there a way to have a image partially transparent and do it with this method?
Can anyone show me how to do simple animiation in simple terms? Or can anyone point me to a good online guide? I can Google millions of them, but I wanted to know if anyone knew of a good one.