Hmm,thanks,

but i still have a problem:

If i use
action move_me{ while(me) { my.x += time_step; wait(1); }}

it works for one direction.
But if i rotate the entity in WED, it still moves inthe same direction, not in thedirektion where its x axis is.

I need this to placethe same entity which shall be a button im able to press, more than one time and on different walls. but it allways shall move to its back.