this is the code i am useing
Code:

#include <acknex.h>
#include <default.c>
#include "mtlFX.c"
///////////////////////////////
PANEL* first_pan = //////////////////////////////
// my first pan
//////////////////////////////
{
digits(420,230,2, *, 1, sys_seconds);
flags = VISIBLE;
}

function main()
{
video_mode = 7;
}