home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / uidef / MenuButton.def < prev    next >
Encoding:
Text File  |  2006-02-09  |  1.3 KB  |  55 lines

  1. !Include("UI.def")
  2.  
  3. MenuButton("UIMenuButton","MenuButton","","","Pattern")
  4. {
  5.     PreviousElemPositioning(1)
  6.     Checked(0)
  7.     Disabled(0)
  8.     CanCallPress(0)
  9.     CanCheck(0)
  10.     MouseLeaveDestroyFocus(1)
  11.     CheckSound("data/sounds/click")
  12.     TextureCheckedAlpha(1.0)
  13.     TextCheckedAlpha(1.0)
  14.     TextureDisabledAlpha(1.0)
  15.     TextDisabledAlpha(0.4)
  16.     TextureFocusCheckAlpha(1.0)
  17.     TextFocusCheckAlpha(1.0)
  18.     TextDisableColor(1.0,1.0,1.0)
  19. //    TextDisableColor(1.0,0.61,0.02)
  20.     CallPressPeriod(0.1)
  21.     DoubleClick(0.3)
  22.     Command(1)
  23.     Notify(1)
  24.     CanFocus(1)
  25.     TextureFocusAlpha(1.0)
  26.     TextFocusAlpha(1.0)
  27. //    TextHighLightColor(1.0,1.0,1.0)
  28.     TextHighLightColor(1.0,0.61,0.02)
  29.     SelKeyUp(200)
  30.     SelKeyDown(208)
  31.     FocusSound("data/sounds/highlight")
  32.     ForceTextLowerCase()
  33.     Text("")
  34.     TextAlpha(0.75)
  35.     TextColor(1.0,1.0,1.0)
  36. //    TextColor(1.0,0.61,0.02)
  37.     Font("MenuMedium")
  38.     FontScale(2.0)
  39.     TextPosFlags(34)
  40.     PatternFile("..\\uidef\\menubutton.def")
  41.     Mouse(1)
  42.     Keyboard(1)
  43.     Joy(1)
  44.     Visible(1)
  45.     ParentPositioning(1)
  46.     ParentCenteringX(1)
  47.     ParentCenteringY(0)
  48.     ParentSizingX(0)
  49.     ParentSizingY(0)
  50.     TextureAlpha(1.0)
  51.     LogicSize(0.1875,0.05)
  52.     LogicPos(0.40625,1.0)
  53.     FitTextSizeWithMargin(1.0,0.0)
  54. }// [UIMenuButton] MenuButton
  55.