Reply to Re: Placing sprites over other sprites
If you don't have an account, just leave the password field blank.
You need to set the depth que (y coordinate), which needs to be 1 (or more) higher than the sprite below it.
So if the fireplace has y-coordinate 200, then the fire has y-coordinate 201 (or higher but that's not always wanted)
So if the fireplace has y-coordinate 200, then the fire has y-coordinate 201 (or higher but that's not always wanted)