hmrg, I am using gamestudio since A4 and never used this screen entity things.
Now I need them and can't get them to react to the mouse.

I am creating this entities with
ENTITY *ent = ent_createlayer("file", 0, 1)
then I assigned an event
ent.emask |= ENABLE_TOUCH
and of course the I set the
ent.event = myEvent;
function.

No matter how big the mouse_range var is, the things will not react to the mouse.
Can they react? If yes, how do I do that?

Greeting,
Patrick