Trying to make a game

Septym

Member
Licensed User
Longtime User
Hello,

i am trying to make a space invaders like game with this software but am having some trouble with making the spaceship fire and the collision detection with the enemies can anyone help me with this?

Thanks
 

Septym

Member
Licensed User
Longtime User
i tried using the missile and collision detection gameview libraries but they confused me can anyone give me an example on how to use them?
 
Upvote 0

cyiwin

Active Member
Licensed User
Longtime User
The Asteroids gameview example is beyond my comprehension. I was about to post a link from Andy McAdams YouTube gameview video but I see you've already been there:). I would recommend using the DestRect of the bitmaps to check overlapping much like Andy uses them to check for the edge of the screen. I'm sure it's not the best way but it works in my game.
 
Upvote 0
Top