ID:177742
![]() Aug 2 2002, 10:47 pm
|
|
how would i go about changing my mouse "pointer" from the same old arrow to lets say some crosshairs that i made. and when i moved the mouse over a person it changed states.
|
it dosent work, i think its because of this error
sss.dms:2:error at '{': variable not defined and the background change dosent work either because of the same error or should i put it in something besides a dms file |
Put the code Siientx gave you in your code file. As for getting the cross hairs to appear you need to add the mouse_over_pointer variable to whatever you want it to appear over.
For example, client mouse_pointer_icon = 'gun.dmi' obj target mouse_over_pointer = 'crosshairs.dmi' This will cause your pointer to be a gun until it is over the target. Then it will turn into crosshairs. |
mouse_pointer_icon='??.dmi'