moving objects

When the game is running can an object be picked up and moved with a mouse? Probably a script right?

digiman

I would imagine so, and yes, definitely using a script. I’m thinking you could vertex parent the object to a one-vertex mesh, which (via a script) copies the orientation of the camera. When you click on the object, move the eone-vertex mesh along whichever axes depending on the x and y movement of the mouse. It could work. Maybe… :smiley:

There’s probably a far cleaner way to do it using some math, or you could just find an already-written script somewhere out there.

but do you know where i can get a script?

digiman