I'm making a space ship battle game and using DrawLine for the laser fire. I'm using Timer_Ticks as the lasers duration. At the beginning of the tick, the previous lasers are erased. I'm doing this by covering the lasers with a new DrawLine using "transparent" as the color. This is causing issues and causing my star field to dissappear.
Instead of covering DrawLine, is there a way to just Un-Draw it?
Thanks for any advice.
Instead of covering DrawLine, is there a way to just Un-Draw it?
Thanks for any advice.