LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Sprite BG Collision

Root / Programming Questions / [.]

UltraPhoenix4Created:
Is it possible to detect when sprites collide with BG tiles?

Not a built in feature, but it is possible if you program your own check. BGGET can be used to find out what BG tiles are at certain coordinates, so if you check around a sprite then you can figure out what the sprite is near/colliding with.

Ah, thanks many!