VIEW is just the same thing as "camera". Declare a VIEW like a PANEL, then use it:

Code:
VIEW *camera2 = {
  pos_x = 10;
  pos_y = 10;
  size_x = 150;
  size_y = 100;
  flags = VISIBLE;
  layer = 2;
}



Visit my site: www.masterq32.de