home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 September
/
Gamestar_65_2004-09_dvd.iso
/
Dema
/
balloonrain_trial.exe
/
Data
/
Pak01.pak
/
menu
/
stat.menu
< prev
next >
Wrap
Text File
|
2004-06-22
|
2KB
|
175 lines
def x 320
def x2 160
def y 30
def dy 32
def xs 480
def ys 363
def dys 25
Include Menu.Def
FontSize Default 15 24
FontSize Apply 15 24
FontSize Selected 16 28
Font Little HugeChars 15 21 0xFFFFFFFF 0x7F000000
Background LevelBack
BlockRant
def #NbLev 0
item
{
Text StatO
Font Title
Pos x y Center
Add y dy
Add y 16
}
def y 210
item
{
Text NoStatLevel
Pos x y
ShowIf #NbLev 0 0
}
item
{
Text StatScore #StatScore
Pos xs ys Center
Add ys dys
ShowIfNot #NbLev 0 0
Font Little
Color 0xFFFF0000
}
item
{
Text StatAverage #StatAverage
Pos xs ys Center
Add ys dys
ShowIfNot #NbLev 0 0
Font Little
Color 0xFF00FF00
}
item
{
Text StatTime #StatTime
Pos xs ys Center
Add ys dys
ShowIfNot #NbLev 0 0
Font Little
Color 0xFF0000FF
}
item sDiff
{
Text StatDiff #StatDiff
Pos xs ys Center
Add ys dys
ShowIfNot #NbLev 0 0
Font Little
}
item sOnOff
{
Text StatBonus #StatBonus
Pos xs ys Center
Add ys dys
ShowIfNot #NbLev 0 0
Font Little
}
//========================
def y 365
item GClass
{
Text GameMode
CycleButton #Text
Pos x2 y Center
Add y dy
OnAction
{
SlideCfg /Stat/Mode 0 4 4
SetCfg #NbLev #NbStatLevel OnEnter
SetCfg /Stat/Level 1
SetCfg /Stat/Entry 1
PreviewStatArena
}
}
item
{
Text Level
CycleButton #StatLevel
Pos x2 y Center
Add y dy
ShowIfNot #NbLev 0 1
OnAction
{
SlideCfg /Stat/Level 1 #NbStatLevel #NbStatLevel-1 OnEnter
SetCfg /Stat/Entry 1
PreviewStatArena OnEnter
}
}
item
{
Text StatGame
Selected
CycleButton #StatEntry
Pos x2 y Center
Add y dy
ShowIfNot #NbLev 0 0
OnAction
{
SlideCfg /Stat/Entry #NbStatGame 1 #NbStatGame-1
}
}
item
{
StatRecord 0 61 640 284 #Score
ShaderTime 0
Color 0xFFFF0000
}
item
{
StatRecord 0 61 640 284 #Average
ShaderTime 10
Color 0xFF00FF00
}
item
{
StatRecord 0 61 640 284 #Time
ShaderTime 20
Color 0xFF0000FF
}
item
{
Text Back
Pos x2 y Center
Add y dy
OnAction
{
MenuBack
}
}
GetFullVersion 575 10 Center Up