Questions tagged [visual-basic]
The visual-basic tag has no summary.
2 questions
0
votes
1
answer
90
views
Question regarding simplification of world creation and collision (VISUAL BASIC)
In my computer programming class we are creating our own top down adventure games in Visual Basic. Currently I have been able to have the player appear on screen and collide with a block on the screen....
1
vote
2
answers
2k
views
How can I draw sprites in layers based on their Y position?
I am trying to figure out the most efficient way to draw sprites in a way that they layer properly based on their Y position.
Lets say I have four objects of the same class named A, B, C, and D, and ...