im such a noob

Started by
3 comments, last by benryves 19 years, 3 months ago
i have created a class for the bullet and for the aliens in my space invaders game. I have the coordinates for the rectangles but how do i get them on the form so i can work with them?
Advertisement
Er - in what language?

Given your reference to a form, presumably it's C# or VB?

Jim.
I'm guessing you're doing this in Windows?

I'm not sure I understand the question; are you trying to copy the sprites onto your form? Look into bitblt() if that's the case; it's pretty easy to use and provides good functionality for simple projects.
ah ty... sorry i didnt say before but im using vb.net 2003
Quote:Original post by FierceTiger
ah ty... sorry i didnt say before but im using vb.net 2003


Arr, then use BitBlt. See for details.

[Website] [+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++]

This topic is closed to new replies.

Advertisement