ID:176885
Nov 30 2002, 3:21 pm
|
|
I was wondering how to change the mouse pointer to a custom made one. I have looked in the reference pages but it doesn't show any examples, can anyone show me exactly how to do it please.
|
Nov 30 2002, 6:06 pm
|
|
<code>client.mouse_pointer_icon = 'pointer.dmi'</code>
|
In response to OneFishDown
|
|
is comes up with errors when I put that in,
client.mouse_pointer_icon:duplicate definition instruction not allowed here |
In response to OneFishDown
|
|
client/mouse_pointer_icon = 'icon.dmi'
|
In response to ShadowBlade6300
|
|
client
mouse_pointer_icon = 'Blah.dmi' Remember, the place where the clicking occurs is in the middle of the icon. |
In response to Garthor
|
|
Garthor wrote:
Remember, the place where the clicking occurs is in the middle of the icon. Maybe thats it by default, but you can change that by setting the hot spot in the icon editor. |
In response to OneFishDown
|
|
Oh yeah, forgot about that.
|