Not a solid. With STKM you can get sparks telling the direction. If you want to move solids, you must use Lua, use the keyevent: tpt.register_keypress(f); calls f() every keypress (one for keydown and one for keyup), it gets passed some parameters which tell you the key, the type of event (down or up) and the modifiers (shift, ctrl & alt) Note that while the wiki says it passes 3 params, there is a fourth one (the event type)