🕒
Activity
🎮
Browse
📰
Forums
📖
Docs
🔎
Search
Login
Login
Sprite BG Collision
Root
/
Programming Questions
/
[.]
UltraPhoenix4
Created:
~8 years ago
UltraPhoenix4
#1
Is it possible to detect when sprites collide with BG tiles?
Minxrod
#2
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.
UltraPhoenix4
#3
Ah, thanks many!