hullo,
i made a small example and can someone explain me ,why i cant click on the button?

Click to reveal..

function main()
{
level_load("questimage.wmb");
camera.ambient = 100;
mouse_mode = 2;
enable_mouse = 1;

}



Panel motherbutton
{
pos_X = 55;
pos_y = 55;
flags =refresh,visible,d3d;
button(0,0,motherboardpush,motherboardnormal,motherboardnormal,openmother,NULL,NULL);
}


All images are correctly imported! BUT i cant see the "clicked" Button Form,if i click! how can i disable this? AND it doesnt react to nothing if i enter code on clicked function!!!
Would be nice if someone could help me!


EDIT: DONT think that i forgot something like button_clicked() on the upper part of the code! i didnt included it!