home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd2.bin / convert / eJayMp3Pro / mp3pro_demo.exe / CONTROLS.TXT < prev    next >
Encoding:
Text File  |  2000-09-20  |  2.2 KB  |  99 lines

  1. ( Window 
  2.     ( W_Animation
  3.         . Typ = Window
  4.         . Parent = W_Animator
  5.         . X = 231
  6.         . Y = 33
  7.         . Width  = 296
  8.         . Height = 187
  9.         . Title = Animator
  10.         . ParentArea = true
  11.         ( ParentArea
  12.             . Like = BM_Animator
  13.             #. XR0 = 535
  14.             #. YR0 = 357
  15.             #. X0 = 10
  16.             #. Y0 = 10
  17.             #. W = 296
  18.             #. H = 187
  19.         )
  20.     )
  21. )
  22. ( Szene
  23.     ( S_Animation
  24.         . Typ = Szene
  25.         . Visible = true
  26.         . Window = W_Animation
  27.         ( Visible_Execute
  28.             : Script.PY_AnimatorSzene
  29.             : Script.PY_PictureLoader
  30.         )
  31.         ( Post_Execute
  32.             : A_WaveVisual.SetWindow.W_Animation
  33.         )
  34.     )
  35. )
  36. ( Script
  37.     ( PY_AnimatorSzene
  38.         . Typ = Script
  39.         . SubTyp = ScriptControl
  40.         . Class = Animator.Szene
  41.         . Animation = A_WaveVisual
  42.         ( StyleMap
  43.             . Oszilloskop = B_SpectQ
  44.             . Spektrumlinie = B_SpectW
  45.             . Spektrumbalken1 = B_SpectE
  46.             . Spektrumbalken2 = B_SpectR
  47.             . None = B_WavesOnOff
  48.         )
  49.         ( StyleKeyMap
  50.             . Q = Oszilloskop
  51.             . W = Spektrumlinie
  52.             . E = Spektrumbalken1
  53.             . R = Spektrumbalken2
  54.             . Z = None
  55.         )        
  56.         ( KeyModeMap
  57.             . A = Automode
  58.             . T = Stereoscope
  59.             . ReturnKey = Fullscreen
  60.         )
  61.         ( ModeMap
  62.             . Automode = B_AUTOMODE
  63.             . Stereoscope = B_StereoT
  64.             . Fullscreen = B_Full
  65.         )
  66.         ( ColorMap
  67.             . S = B_ColS
  68.             . D = B_ColD
  69.             . F = B_ColF
  70.             . G = B_Col4
  71.             . H = B_Col5
  72.         )
  73.         ( MotionMap
  74.             . 1 = B_Fx1
  75.             . 2 = B_Fx2
  76.             . 3 = B_Fx3
  77.             . 4 = B_Fx4
  78.             . 5 = B_Fx5
  79.             . 6 = B_Fx6
  80.             . 7 = B_Fx7
  81.             . 8 = B_Fx8
  82.             . 9 = B_Fx9
  83.             . 0 = B_Chekov
  84.             . Y = B_EffectsOnOff
  85.         )      
  86.     )
  87.     ( PY_PictureLoader
  88.         . Typ = Script
  89.         . SubTyp = ScriptControl
  90.         . Class = Animator.PictureLoader
  91.         . Animation = A_WaveVisual
  92.         ( Picture2Button
  93.                 . B = B_Fieldpictures1
  94.                 . N = B_Fieldpictures2
  95.                 . M = B_Fieldpictures3
  96.         )
  97.     )
  98. )
  99.