Mmove Entity Mouse?
Blitz3D Forums/Blitz3D Programming/Mmove Entity Mouse?| 
 | ||
|  Thanks to all who help I managed to put buckets and manipulate their properties position by a properties window. Now I would like to know how I can change those data, its position on the scene with a mouse drag. How can I do that? In modeling programs is that if they go difentes vectors of colors and if I drag one entity moves in the direction of the axis both positive and negative. Any suggestions? | 
| 
 | ||
| Create meshes for axis that you position at your entity position and make them pickable. Just a test but there might be more mathematical solution for this : | 
| 
 | ||
| Try this: 2D-to-3D entity positioning (or something) | 
| 
 | ||
| @Thanks You Guys. |