Thread: showimg
View Single Post
  #1  
Old 06-01-2002, 09:52 AM
BBflat BBflat is offline
Registered User
BBflat's Avatar
Join Date: Apr 2002
Location: United States of America
Posts: 573
BBflat is on a distinguished road
showimg

Okay, so... I made this thing. It uses a whole bunch of showimgs, and I am having some problems with some of the overlapping images. Here is my problem...

Imagine this was what I was working on.

NPC Code:

*******
*1 *
* *** *
* *2* *
* *** *
* *
*******


Imagine that 1 and 2 are rectangles. I do something like this...

NPC Code:

showimg 314,1.gif,playerx,playery;
showimg 314159,2.gif,playerx + 2,playery + 5;


As it turns out, 1 covers up 2, and I want 2 to cover up 1. How do I fix this without changing either image?
Reply With Quote