Quote:
Originally Posted by Kristi
No, what I started is exactly what he wanted.
" I could do it with showimg, but it doesn't move in pixels unless I set the layer to 5 but with the layer at 5 i can't easily put the image in the correct place relative to the level."
He only looked at the showimgpart as an alternative because he didnt know how to move it by pixel on the level layer (showimgpart allows a pixel manipulation on this layer, so he thought it was the way to go).
|
Wtf, it doesnt? What about something like ->
PHP Code:
showimg 200,blah.png,30 + 1 / 16,30;
The x would then be 30 + 1 pixel ;>