ID:2163075
 
(See the best response by Nadrew.)
Problem description:
Whenever i add an object with a pixel offset on it to the screen, it appears without the offset, is there a way to do this, or should i just forget about it?
Best response
You need to utilize the offset parameters of screen_loc.

screen_loc = "1:10, 2:20"


Will put it on the 1,2 screen location offset by 10 pixels on x, and 20 on y.
In response to Nadrew
thanks