mouse pointer...

hello again…I have another question: how can I make the mouse pointer to be visible…because I want to make a game menu which will interact with the mouse and all is working properly but I can’t see the pointer…please help me…

create a python script with two lines:
import Rasterizer
Rasterizer.showMouse(1) #show cursor

it should come as no surprise to hide the mouse use Rasterizer.showMouse(0)

set up your logic bricks as below

sensor controller actuator

always------python

under the always sensor, unclick the “Activate TRUE pulse mode” button because you only need this to run once. SHould be it.

-Dvious