Re: Shooting Multiple Bullets
- Posted by Maccuq Feb 09, 2020
- 863 views
Thank you. However I had to fix a couple of things. Like putting the for loop in between the begin and end drawing functions.
Yes, sorry i had no way to test my code and it was not the thing you asked about so i overlooked that.
Also, when the last bullet of the array is done, there is a subscript value out of bounds error. Value 1 is out of bounds, reading from a sequence length of 0 in subscript #1 of "bullets"
This statement is not true. Copy my code without changing anything (don't remove continue) except from moving BeginDraw/ClearBackground/EndDraw functions outside for loop :)