am I stupid?? hehe
tried this little loop to test:
   while (d_cnt != 0) {
       cameraX=cameraX+10;
    //   SetModifiedFlag(TRUE);
       UpdateAllViews(NULL);
       sleep( (clock_t)1 * CLOCKS_PER_SEC );
       d_cnt--;
   }	
but it doent show me all the steps I got only the last one...forgot 
somethin?
mirko!