Ok for adding lazers first off make your image that you want to use as the lazer light thing
and then save it as a regular gani with the lazer positioned where you want it,
like add it as a sprite def and put it where you want it, then once your done changing all that stuff, save it, and open it as a text document, near the bottom where the Default Sprites are defined, put in a couple lines that are like
PHP Code:
COLOREFFECT ID R B G ALPHA
ex]
PHP Code:
SETBACKTO sog-xmcr-idle
DEFAULTATTR1 hat0.png
DEFAULTHEAD head19.png
DEFAULTBODY body.png
COLOREFFECT 11 1 1 1 0.2
COLOREFFECT 12 1 1 1 0.2
COLOREFFECT 13 1 1 1 0.2
COLOREFFECT 44 1 1 1 0.2
so that makes all the images with ID 11-13 +44
white with a alpha of .2
;o
hopefully that helps :]