Light effect in darkness.
Root / Programming Questions / [.]
Z_E_R_OCreated:
The easiest way is to make a big black sprite with a hole in the middle. (This uses up a lot of room on the sprite page though, and only allows for one light area)
You can also use graphics instead, by filling the graphics page with black and drawing circles in it (However, this doesn't allow transparency and you can't use the graphics page for anything else)