That looks like exactly what I need. say, I was just making a tga panel for this function and tried to code a panel and even the syntax for that changed, testing it the level says "panel" undeclared identifier. Here is my panel code:
panel* press_pan =
{pos_x =400; pos_y=100;
layer = 11;
bmap = look.tga;
flags = overlay;
}
I put that code before the main{} and was going to call it within the action by a "reset (presspan, show);"
Last edited by Delirium; 11/08/11 11:27.