home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / scr / Loading.scr < prev    next >
Encoding:
Text File  |  2006-01-09  |  2.8 KB  |  109 lines

  1. !Include("../UIDef/UI.def")
  2. //------ UI stuff -----------------------------
  3. Interface("UI_LOADING")
  4. {
  5.     Command(1)
  6.     Notify(1)
  7.     CanFocus(0)
  8.     TextureFocusAlpha(1.0)
  9.     TextFocusAlpha(1.0)
  10.     SelKeyUp(0)
  11.     SelKeyDown(0)
  12.     
  13. //--- WindowTitlePattern pattern for UI_LOADING :
  14.     !Include("../uidef/WindowTitle_T_L_Corner.def")
  15.  
  16.     
  17. //--- SmallLogoPattern pattern for UI_LOADING :
  18.     !Include("../uidef/SmallLogo_T_L_Corner.def")
  19.  
  20.     
  21. //--- LoadingProgress pattern for UI_LOADING :
  22.     !Include("..\\uidef\\LoadingProgress.def")
  23.  
  24.     Text("")
  25.     TextAlpha(1.0)
  26.     TextColor(1.0,1.0,1.0)
  27.     Font("MSSansSerif8")
  28.     TextPosFlags(34)
  29.     Mouse(1)
  30.     Keyboard(1)
  31.     Joy(0)
  32.     Visible(0)
  33.     ParentPositioning(0)
  34.     PreviousElemPositioning(0)
  35.     ParentAlignX(-1)
  36.     ParentAlignY(-1)
  37.     ParentSizingX(0)
  38.     ParentSizingY(0)
  39.     TextureAlpha(1.0)
  40.     LogicSize(1.0,1.0)
  41.     LogicPos(0.0,0.0)
  42.  
  43.     ControlObject("UIProgressBar","ID_PROGRESS","Regular.LoadingProgress")
  44.     {
  45.         Font("MenuSmall")
  46.         FontScale(0.4)
  47.     }// [UIProgressBar] ID_PROGRESS
  48.  
  49.     Window("UIWindow","ID_LOGO","Regular.SmallLogoPattern")
  50.     {
  51.  
  52.         Static("UIStatic","ID_TITLE","Regular.WindowTitlePattern")
  53.         {
  54.             ForceTextLowerCase()
  55.         }// [UIStatic] ID_TITLE
  56.     }// [UIWindow] ID_LOGO
  57.  
  58.     Window("UIWindow","ID_LOADER_DESCRIPTION","Specific")
  59.     {
  60.         Mouse(0)
  61.         Keyboard(0)
  62.         Joy(0)
  63.         Visible(0)
  64.         ParentPositioning(0)
  65.         PreviousElemPositioning(0)
  66.         ParentAlignX(-1)
  67.         ParentAlignY(-1)
  68.         ParentSizingX(0)
  69.         ParentSizingY(0)
  70.         FrameCornerSize(13,13)
  71.         TextureID("ModalWindowBlack")
  72.         TextureAlpha(1.0)
  73.         LogicSize(0.29296875,0.5338542)
  74.         LogicPos(0.51464844,0.3346354)
  75.  
  76.         Static("UIStatic","ID_LOADER_DESCRIPTION_TEXT","Specific")
  77.         {
  78.             Text("&DriftingDescription&")
  79.             TextAlpha(1.0)
  80.             TextColor(1.0,0.78431374,0.0)
  81.             Font("TextFontBoldSmall")
  82.             FontScale(0.42495)
  83.             TextPosFlags(273)
  84.             Mouse(0)
  85.             Keyboard(0)
  86.             Joy(0)
  87.             Visible(1)
  88.             ParentPositioning(0)
  89.             PreviousElemPositioning(0)
  90.             ParentAlignX(-1)
  91.             ParentAlignY(-1)
  92.             ParentSizingX(0)
  93.             ParentSizingY(0)
  94.             TextureAlpha(1.0)
  95.             LogicSize(0.26660156,0.49609375)
  96.             LogicPos(0.53027344,0.35546875)
  97.         }// [UIStatic] ID_LOADER_DESCRIPTION_TEXT
  98.     }// [UIWindow] ID_LOADER_DESCRIPTION
  99.  
  100.  
  101.     EditTexture("er_t_red.png")
  102.     EditBorderWidth(2.0)
  103.     EditBorderSens(3.0)
  104.     EditCursor("c_arrow.png")
  105.     EditCursorSize("c_resize.png")
  106.     EditCursorMove("c_move.png")
  107.     Cursor("cursor.png")
  108. }
  109.