hi all,
i´ve got a problem. i made a button in a panel but this all in
the .wdl format
PANEL name_pan =
{//...........................................
bmap = "startgame.dds";
pos_x = 10;
pos_y = 10;
layer = 11;
button(0,0, "over.dds", "click.dds", "clickoff.dds",function, NULL, NULL);
flags = VISIBLE;
}
but in .c format it does not work, and i dont knwo how to make it right, because the helper show me only the .wdl sample
