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

  1. ( Window 
  2.     ( W_MiniAnimation
  3.         . Typ = Window
  4.         . Parent = W_MainScreen
  5.         . X = 632
  6.         . Y = 491
  7.         . Width  = 160
  8.         . Height = 125
  9.         . Title = Animator Mini Window
  10.         . ParentArea = true
  11.         ( ParentArea
  12.             . XR0 = 167
  13.             . YR0 = 120
  14.             . W = 160
  15.             . H = 125
  16.         )
  17.     )
  18. )
  19. ( Szene
  20.     ( S_MiniAnimation
  21.         . Typ = Szene
  22.         . Visible = true
  23.         . Window = W_MiniAnimation
  24.         ( Visible_Execute
  25.             : Animation.A_WaveVisual
  26.         )
  27.     )
  28. )
  29. ( Script
  30.     ( PY_AnimatorSwitcher
  31.         . Typ = Script
  32.         . SubTyp = ScriptControl
  33.         . Class = Animator.Switcher
  34.         . Animation = A_WaveVisual
  35.     )
  36. )
  37. ( Animation
  38.     ( A_WaveVisual
  39.         . Typ = Animation
  40.         . Window = W_MiniAnimation
  41.         . Background = db/main/pics/bitmaps/right_down_corner_animation_background.bmp
  42.         . BlendMap = db/main/pics/bitmaps/right_down_corner_animation_mask.bmp
  43.         . VolumeSliderLeft = MBM_ViewVolumeUp
  44.         . VolumeSliderRight = MBM_ViewVolumeDown
  45.         . PaceSlider = MBM_PACEPROGRESS
  46.         . FadeSlider = MBM_FADEPROGRESS
  47.         . Style = Oszilloskop
  48.         . Motion = 0
  49.         . Color = S
  50.         . FadeValue = 500
  51.         . PaceValue = 500
  52.         ( Export
  53.             . Width = 320
  54.             . Height = 200
  55.             . Seconds = 30
  56.             . File = video.avi
  57.         )
  58.         . Persistent = true
  59.         ( Persistent
  60.             : Style
  61.             : Motion
  62.             : Color
  63.             : FadeValue
  64.             : PaceValue
  65.             : Export.Width
  66.             : Export.Height
  67.             : Export.Seconds
  68.             : Picture.B
  69.             : Picture.N
  70.             : Picture.M
  71.         )
  72.         ( Progress
  73.             . Title = $L_MM_TITLE
  74.             . Text = $L_MM_TEXT
  75.             . Pulse = $L_MM_PULSE
  76.         )
  77.         ( Picture
  78.             . B = $L_MM_PIC_B
  79.             . N = $L_MM_PIC_N
  80.             . M = $L_MM_PIC_M
  81.         )
  82.         ( Events
  83.             : MouseUp
  84.             : MouseDown
  85.             : Command
  86.             : Update
  87.         )
  88.         ( ColorMap
  89.             . S = db/animator/data/red_room
  90.             . D = db/animator/data/frozen_land
  91.             . F = db/animator/data/green_sea
  92.             . G = db/animator/data/high_noon
  93.             . H = db/animator/data/dark_forest
  94.         )
  95.         ( Export
  96.           . Width = 320
  97.           . Height = 200
  98.           . Seconds = 25
  99.         )
  100.         . MotionFunction = PY_AnimatorSzene.ChangedMotion
  101.         . StyleFunction = PY_AnimatorSzene.ChangedStyle
  102.         . ColorFunction = PY_AnimatorSzene.ChangedColor
  103.         . ModeFunction = PY_AnimatorSzene.ChangedMode
  104.     )
  105. )
  106.