why can't I get the line function to work, e.g
line(120,160,120+cx,160+cx,0xFFFF);
it compiles ok, but nothing on the screen.... ?
using the same code for this works ok, so I know cx and cx are ok....
place_item(120+cx,160+cy,20,20, quit_btn_p,screen_buffer_p);
//this function takes a midpoint of an object (buffer) for placment and places it another buffer
place_item(dest buffer locx, locy, source sizex, sizey,source*, dest* (must be 240x320));
anyhow it does not work.... the line thingy.