andEngine dynamic sprites
- by Blucreation
Ive just started with andEngine the past week and i only started learning java/android 3 weeks.
I can use a for loop to add multiple sprites to the screen but when i try to check collisions on them it only does it to one and not the rest.
I want to be able to add a specific number for sprites made from the same texture to the scene, add collision…