function move_with_mouse() { VECTOR to; if(mouse_left&&mouse_ent) { set(mouse_ent, TRANSLUCENT); set(mouse_ent, LIGHT); vec_diff(to, mouse_ent.x, mouse_pos3d); vec_add(to,mouse_pos3d); vec_set(mouse_ent.x, to); } }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de