label	title
advmenuoff
layerLoad	0,"cg\title\title_digitalcutelogo.png"
ScreenWhiteinMS	1000
waitms		2000
ScreenWhiteoutMS	1000
waitms		1000


## layer_movie_load	0,"musume_op.mpg",play_loop
##voice		"A02522"
##keywait
##se	"se\NCb.ogg"
##ScreenWhiteoutMS	1000
##waitms		1000
##layerRelease	0
##ScreenWhiteinMS		1000
label	title2
@bgm03
ScreenWhiteinMS	1000





SceneTitle	""
advmenuoff

layerLoad			0,"parts\title\title_back.png",0,-348
layerMove			0,1000,0,-100
layerLoad			1,"parts\title\title_front.png",0,-509
layerMove			1,1000,0,-75

layerLoad			2,"parts\title\logo_under.png",0,662
layerLoad			3,"parts\title\logo.png",837,514
layerLoad			4,"parts\title\logo_dc.png",11,12
layerLoad			5,"parts\title\copyright.png",1153,701

label	title_loop2
addButton			0,31,525,"parts\title\button01.png","parts\title\button01_over.png"
addButton			1,167,525,"parts\title\button02.png","parts\title\button02_over.png"
addButton			2,303,525,"parts\title\button03.png","parts\title\button03_over.png"
addButton			3,439,525,"parts\title\button04.png","parts\title\button04_over.png"
addButton			4,575,525,"parts\title\button05.png","parts\title\button05_over.png"
addButton			5,711,525,"parts\title\button06.png","parts\title\button06_over.png"
addButton			6,12,651,"parts\title\button07.png","parts\title\button07_over.png"
if GLOBAL(103)=1 then addButton	7,1040,365,"parts\title\button_burunyan.png","parts\title\button_burunyan_over.png"
addButton			8,0,300,"parts\title\button_gohan.png","parts\title\button_gohan_over.png"
addButton			9,30,150,"updates\Parts\title\button_manual.png","updates\Parts\title\button_manual_over.png"
addButton			10,1144,230,"updates\Parts\title\button_movie.png","updates\Parts\title\button_movie_over.png"
getButton	sel
if sel=1 then goto title_continue
if sel=2 then goto title_load
if sel=3 then goto title_quickload
if sel=4 then goto extra				// GLXg
if sel=5 then goto title_config
if sel=6 then goto title_exit
if sel=7 then goto title_buru
if sel=8 then goto title_gohan
if sel=9 then goto title_manual
if sel=10 then goto title_buru
goto title_start
// ReBj[ -----------------------
label title_continue
	blackout
	wait	60
	autoLoadSystem
	goto	title_loop
// ReBj[ -----------------------
label title_buru
	blackout
	wait	60
	layerRelease 0
	layerRelease 1
	layerRelease 2
	layerRelease 3
	layerRelease 4
	layerRelease 5
	layerRelease 6
	bgm	""
	if sel=10 {
		blackin
		movie	"musume_op.mpg",160,0,120,120
	}
	if sel=7 {
		burunyanEx	3
	}
	blackin
	goto	title2
// MANUAL -------------------------------
label title_manual
	wait	15
	www		"http://digitalcute.com/digitalcute/musumakerhd/onlinemanual"
	goto	title_loop2
// [h -------------------------------
label title_load
	wait	15
	loadsystem
	goto	title_loop2
// ݒ ---------------------------------
label title_config
	wait	15
	configSystem
	goto	title_loop2
// NCbN[h -----------------------
label title_quickload
	blackout
	wait	60
	qLoadSystem
	goto	title_loop
// I ---------------------------------
label title_exit
	blackout
	wait	60
	quit
// X^[g -----------------------------
label title_start
bgm	""
blackout
wait	120
layerRelease 0
layerRelease 1
layerRelease 2
layerRelease 3
layerRelease 4
layerRelease 5
layerRelease 6
	cg	"parts\title\attention.png"
	waitms	2000
	@bg_black
	waitms	1000
	bgm	""
advmenuon
blackin
goto	main
