hey, Im trying to make stairs, but parts of them keep dissapearing...
//draw stairs
{
d3d_draw_block(x,y-32,z, x-64,y+32,z+12, background_get_texture(bac_Wall),1,1)
d3d_draw_block(x,y-32,z+12, x-48,y+32,z+24, background_get_texture(bac_Wall),1,1)
d3d_draw_block(x,y-32,z+24, x-32,y+32,z+36, background_get_texture(bac_Wall),1,1)
d3d_draw_block(x,y-32,z+36, x-16,y+32,z+48, background_get_texture(bac_Wall),1,1)
}
thats the draw code, and in create it says z=0.
here is a exe. file:
http://host-a.net/Maverick/Undead2.exe