405290
12-13-2011, 01:15 PM
Ok so I'm making a game to do with pies and ants and its all going well until I need to delete the remains left behind after killing the ants.
so what I need to do is either remove the remains after a certain time or my idea was have 10 remains on the screen at a time, so I need to delete the oldest remains and replace it with new ones, and I don't have a clue.
I don't really care how it's solved whether I use a timer or my suggestion but Its kind of urgent
I am also having trouble with the blending of the texture. I used the same code for the live ants, the only difference is the ants don't move and it's only drawing white area of the mask, however if another ant dies over the top it draws the texture on the overlaid part.
Appreciate any help :)
405290
so what I need to do is either remove the remains after a certain time or my idea was have 10 remains on the screen at a time, so I need to delete the oldest remains and replace it with new ones, and I don't have a clue.
I don't really care how it's solved whether I use a timer or my suggestion but Its kind of urgent
I am also having trouble with the blending of the texture. I used the same code for the live ants, the only difference is the ants don't move and it's only drawing white area of the mask, however if another ant dies over the top it draws the texture on the overlaid part.
Appreciate any help :)
405290