home *** CD-ROM | disk | FTP | other *** search
- ( Window
- ( W_MiniAnimation
- . Typ = Window
- . Parent = W_MainScreen
- . X = 632
- . Y = 491
- . Width = 160
- . Height = 125
- . Title = Animator Mini Window
- . ParentArea = true
- ( ParentArea
- . XR0 = 167
- . YR0 = 120
- . W = 160
- . H = 125
- )
- )
- )
- ( Szene
- ( S_MiniAnimation
- . Typ = Szene
- . Visible = true
- . Window = W_MiniAnimation
- ( Visible_Execute
- : Animation.A_WaveVisual
- )
- )
- )
- ( Script
- ( PY_AnimatorSwitcher
- . Typ = Script
- . SubTyp = ScriptControl
- . Class = Animator.Switcher
- . Animation = A_WaveVisual
- )
- )
- ( Animation
- ( A_WaveVisual
- . Typ = Animation
- . Window = W_MiniAnimation
- . Background = db/main/pics/bitmaps/right_down_corner_animation_background.bmp
- . BlendMap = db/main/pics/bitmaps/right_down_corner_animation_mask.bmp
- . VolumeSliderLeft = MBM_ViewVolumeUp
- . VolumeSliderRight = MBM_ViewVolumeDown
- . PaceSlider = MBM_PACEPROGRESS
- . FadeSlider = MBM_FADEPROGRESS
- . Style = Oszilloskop
- . Motion = 0
- . Color = S
- . FadeValue = 500
- . PaceValue = 500
- ( Export
- . Width = 320
- . Height = 200
- . Seconds = 30
- . File = video.avi
- )
- . Persistent = true
- ( Persistent
- : Style
- : Motion
- : Color
- : FadeValue
- : PaceValue
- : Export.Width
- : Export.Height
- : Export.Seconds
- : Picture.B
- : Picture.N
- : Picture.M
- )
- ( Progress
- . Title = $L_MM_TITLE
- . Text = $L_MM_TEXT
- . Pulse = $L_MM_PULSE
- )
- ( Picture
- . B = $L_MM_PIC_B
- . N = $L_MM_PIC_N
- . M = $L_MM_PIC_M
- )
- ( Events
- : MouseUp
- : MouseDown
- : Command
- : Update
- )
- ( ColorMap
- . S = db/animator/data/red_room
- . D = db/animator/data/frozen_land
- . F = db/animator/data/green_sea
- . G = db/animator/data/high_noon
- . H = db/animator/data/dark_forest
- )
- ( Export
- . Width = 320
- . Height = 200
- . Seconds = 25
- )
- . MotionFunction = PY_AnimatorSzene.ChangedMotion
- . StyleFunction = PY_AnimatorSzene.ChangedStyle
- . ColorFunction = PY_AnimatorSzene.ChangedColor
- . ModeFunction = PY_AnimatorSzene.ChangedMode
- )
- )
-