ID:169396
Jun 24 2005, 5:35 am
|
|
I want to move an icon for example 5 pixels left. How do i do that?
|
In response to Ry4n
|
|
Thanks. It doesn't seem to work with client.screen...
--edit-- OMG! It doesn't move the screen object but it moves the mob. |
In response to CIB
|
|
Oh, you meant on the client's screen. Use screen_loc!
screen_loc = "x:a,y:b" a = x offset b = y offset -Ryan |
In response to Ry4n
|
|
That works. Thanks.
|
-Ryan