Hej, how can I make that I see a mouse over the game of blender that later you can have somthing track to your mouseclick etc.
make a python script named “showMouse”
write:
import Rasterizer
Rasterizer.showMouse(1)
in logicbricks: add always sensor with positive pulse deactivared; add python controller and type showMouse there and attach it to that always sensor.
Now if you run your game, mouse cursor should be seen.
thx! it works : ) now, how can i make something move to my mouse?
That is an advanced python scripting technique. Search the forum, maybe you will find something.
nja, I already made somthing like it… still some bugs
Keep experimenting and you will reach your goal ;).