ID:273804
 
I was looking at my skin and ive tried to move an object on my skin like msg box while im playing it.

------------------------------------------------------
- ------------- -
- Msg Box -
- ------------- -
- -
- -
- -
- -
------------------------------------------------------

ok if msg box i was in that position how would i get it to move down up left to right ive tried winset but just get not found
if that was my screen with the msg box how would i move it in game by using a verb or proc.
winset(usr, "default.statgrid", "is-visible=true; X:30")
Entyce Productions wrote:
I was looking at my skin and ive tried to move an object on my skin like msg box while im playing it.

------------------------------------------------------
- ------------- -
- Msg Box -
- ------------- -
- -
- -
- -
- -
------------------------------------------------------

ok if msg box i was in that position how would i get it to move down up left to right ive tried winset but just get not found
if that was my screen with the msg box how would i move it in game by using a verb or proc.
i am not sure if i under stand you but if you want to move grid position then use winset like this
> winset(usr, "default.statgrid", "is-visible=true; pos_x=x position here")
>
In response to Hassanjalil
i tried what u said but it just says pos_X parm not found