I've got a procedure that removes objects from client.screen. However, if I remove an object that has an overlay, the object is removed but the overlay is not. Secondly, when I take an object in client.screen and mess with it's pixel_x or pixel_y, no change is shown.
-Lord of Water
|
||||||||
L.screen_loc = "1:8,1:8"
the numbers are "x:pixel_x,y:pixel_y"
And for the overlays problem, can't you loop thru all the objects on the client's screen and set the overlays to null, then delete them?