home *** CD-ROM | disk | FTP | other *** search
- ( Window
- ( W_Fade
- . Typ = Window
- . Parent = W_Dialog
- . X = 15
- . Y = 15
- . Width = 230
- . Height = 112
- . Title = Fade
- . Visible = true
- )
- )
- ( Szene
- ( S_Fade #Fade
- . LoadDatabase = list
- ( LoadDatabase
- : db/fade/buttons.txt
- : db/fade/bitmaps.txt
- : db/fade/functions.txt
- )
- . Typ = Szene
- . Visible = true
- . Window = W_Fade
- . X = 0
- . Y = 0
- . Scale = off
- . Blender = db/bin/blender/blubber.dll
- ( Visible_Execute
- : Bitmap.BM_FADE_BACKGROUND
- : Bitmap.BM_FAD_TASK_TITLE
- : Bitmap.BM_FAD_TIME_TEXT
- : Bitmap.BM_FAD_TIME_VALUE
- : Button.B_FAD_FADE1
- : Button.B_FAD_FADE2
- : Button.B_FAD_FADE3
- : Button.B_FAD_FADE4
- : Button.B_FAD_FADE5
- : Button.B_FAD_ARR_LEFT
- : Button.B_FAD_ARR_RIGHT
- : Button.B_FAD_TASK_BUTTON1
- : Button.B_FAD_TASK_BUTTON2
- : Script.PY_FadeSzene
- )
- )
- )
- ( Script
- ( PY_FadeSzene
- . Typ = Script
- . SubTyp = ScriptControl
- . Class = Fade.Szene
- ( Buttons
- . 1 = B_FAD_FADE1
- . 2 = B_FAD_FADE2
- . 3 = B_FAD_FADE3
- . 4 = B_FAD_FADE4
- . 5 = B_FAD_FADE5
- )
- )
- )