Hi there,
I have a problem with diagonal doors: When the door is closed, I cant stop the player from walking through it.
I used this for the door:
load.view(34);
set.view(o2,34);
position(o2,19,127);
set.loop(o2,0);
set.cel(o2,3);
observe.objs(o2);
draw(o2);
I tried observe.objs also for the ego, but without any effect. What is missing?
b.o.k.