This commit is contained in:
Andrei Drexler 2011-03-31 05:58:03 +00:00
parent 8e786adc86
commit e8c2e6ba5b

View file

@ -36,8 +36,7 @@
//backcolor 0 0 0 1 //backcolor 0 0 0 1
onOpen { onOpen {
play "sound/ui/whoosh3.wav" ; play "sound/ui/whoosh3.wav" ;
setitemcolor window forecolor 5 5 5 0 ; ALPHA_FADE_FORE(fade_fore_alpha, 1) ;
timefade window forecolor 5 5 5 1 0 FADEIN_TIME
} }
onESC { play "sound/ui/whoosh3.wav" ; close _self } onESC { play "sound/ui/whoosh3.wav" ; close _self }
onOOBClick { play "sound/ui/whoosh3.wav" ; close _self } onOOBClick { play "sound/ui/whoosh3.wav" ; close _self }