Hi!

Since you changed level you probably have to re-activiate
the door with
set(my, POLYGON);
my.emask |= ENABLE_CLICK;
my.event = door_open;

place these lines in a function and after loadint the new level
call the function.

Ottawa smile