How would i do this? I made a Big monster on a BMP and added to the game, but he has grey in the background and it looks dumb. How can i get rid of it?
thanks
ID:150073
Dec 19 2001, 2:44 pm
|
|
Dec 19 2001, 2:53 pm
|
|
Flood the background with rgb color 192,192,192 (#C0C0C0). That is the color used for the mask by BYOND.
|
In response to Shadowdarke
|
|
how do you add a custom cursor for a byond game? i never seen a demo or library for this. please help
|
In response to Migzor
|
|
Look up "mouse" in the reference, that will give you a whole list of mouse options.
|