Hi Roy and thx, thought this topic was dead.

But yes if iam showing video/intro and after want to Show panel(mainMenu) i could change flag to flag=SHOW or something when intro is done. Maybe its me that are thinking Object Oriented. Like

Main
{ // Here 2 panels and changing visible states
SplashScreen.Show = true;

Wait(-10);

SplashScreen.Dispose();

MainMenu.Show = true;
}

and i will look into pan_setbutton command (in the manual) to night.