Must not be understanding the question but erm..
//Using the mario example where position is the marker
private function onMouseMove(e:MouseEvent3D):void {
position.x = e.sceneX
position.y = e.sceneY
position.z = e.sceneZ
position.moveUp(10);
position.rotationX = 35;
}

Reply via email to