home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 September
/
Gamestar_65_2004-09_dvd.iso
/
Dema
/
balloonrain_trial.exe
/
Data
/
Pak01.pak
/
menu
/
demo.menu
< prev
next >
Wrap
Text File
|
2004-06-22
|
1KB
|
100 lines
def x 320
def y 30
def dy 40
Include Menu.Def
Background LevelBack
BlockRant
Font Little HugeChars 15 20 0xFFFFFFFF 0x7F000000
item
{
Text Demo
Font Title
Pos 320 y Center
}
def y 140
item GClass
{
Text DemoMode #DemoMode
Font Little
Pos x y Center
Add y dy
}
item
{
Text DemoLevel #DemoLevel
Font Little
Pos x y Center
Add y dy
}
item sDiff
{
Text DemoSkill #DemoSkill
Font Little
Pos x y Center
Add y dy
}
item
{
Text DemoScore #DemoScore
Font Little
Pos x y Center
Add y dy
}
item
{
Text DemoTime #DemoTime
Font Little
Pos x y Center
Add y dy
}
//========================
def y 375
item
{
CycleButton
Pos x y Center
Add y dy
OnAction
{
CycleDemo /Game/Demo OnEnter
PreviewDemo OnEnter
}
}
item
{
Text PlayDemo
Pos x y
Add y dy
OnAction
{
PlayDemo /Game/Demo
}
}
item
{
Text Back
Pos x y Center
Add y dy
OnAction
{
MenuBack
}
}