🕒
Activity
🎮
Browse
📰
Forums
📖
Docs
🔎
Search
Login
Login
Checking For Pixels Around a Certain Location
Root
/
Programming Questions
/
[.]
ChaseCZ
Created:
~6 years ago
ChaseCZ
#1
As the title says, How do i check for pixels (or BG tiles, that would be better) in a certain location?
Minxrod
#2
BGGET(LAYER,X,Y,COORDFLAG)
This can check for BG tiles as BG tiles or BG tiles by screen location.
GSPOIT(X,Y)
For just pixels you can use GSPOIT().