home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Action 32
/
cdactionmagazinecoverdisc321999.iso
/
hg2
/
hg2demo.exe
/
data
/
Shell
/
ldl
/
shellbas.ldl
< prev
next >
Wrap
Text File
|
1998-10-21
|
3KB
|
137 lines
# FUNDAMENTAL SHELL WINDOWS
##################################################################
mouse {
int numcursors 64
string cursor0 "Scursor1.TGA"
int hotspotx0 1
int hotspoty0 1
}
##################################################################
template corner_button:LOW_BUTTON_IMAGES {
int xpix 0
int ypix 0
string just "center"
}
template quit_button:MAIN_BUTTON_IMAGES {
int xpix 0
int ypix 0
string just "center"
}
template charsplash_corner_button:REG_BUTTON_IMAGES {
int xpix 0
int ypix 0
string just "center"
}
##################################################################
exit {
int xpix 389
int ypix 396
int widthpix 176
int heightpix 52
exit : quit_button:basics.quitgame {
}
}
##################################################################
back {
int xpix 50
int ypix 425
int widthpix 108
int heightpix 40
back : corner_button:lows.back {
string executesound "low.wav"
}
}
##################################################################
back_character_scrn {
int xpix 62
int ypix 399
int widthpix 80
int heightpix 36
back : charsplash_corner_button:lows.back {
string executesound "low.wav"
}
}
##################################################################
template esc_btn:ESCAPE_BUTTON_IMAGES {
int xpix 0
string just "center"
bool windowblend TRUE
string imageblttype "stretch"
}
escape {
string xanchor "center"
string yanchor "center"
int widthpix 340
int heightpix 364
string imageblttype "stretch"
bkgnd {
int widthpix 340
int heightpix 364
string image0 "sdbx005x.tga"
bool windowblend TRUE
splash : esc_btn:escapescrn.mainmenu {
string xanchor "center"
int ypix 33
}
load_save : esc_btn:escapescrn.game {
string xanchor "center"
int ypix 83
bool enabled FALSE
}
graphics : esc_btn:escapescrn.graphics {
string xanchor "center"
int ypix 133
### bool enabled FALSE
}
sound : esc_btn:escapescrn.sound {
string xanchor "center"
int ypix 183
bool enabled FALSE
}
control_config : esc_btn:escapescrn.controls {
string xanchor "center"
int ypix 233
}
exit : esc_btn:escapescrn.exit {
string xanchor "center"
int ypix 283
}
}
}
##################################################################
movie {
string xanchor "left"
string yanchor "top"
int widthpix 640
int heightpix 480
screen {
int xpix 0
int ypix 0
int widthpix 640
int heightpix 480
string imageblttype "tile"
string image0 "B0_32X32.BMP"
}
}
$