hi,
is it possible to use somethink like enable_click for view-entities?
this doesn't work:
ENTITY* test1_pan =
{
type = "lvl1.bmp";
view = camera;
emask |= ENABLE_CLICK;
event = trigger_event;
flags2 = VISIBLE;
}
I got an Error: emask |= ENABLE_CLICK; - syntax error
on_click doesn't work too...
so how can i solve this problem? plz help me!
THX kasimir