Quote:
Originally Posted by JkWhoSaysNi
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.
|
Well, you can use the layer of 5 and use:
worldx(screenx, screeny);
worldy(screenx, screeny);
To convert screen coordinates to level coordinates.