home *** CD-ROM | disk | FTP | other *** search
INI File | 2008-02-25 | 6.3 KB | 214 lines |
- [AutoCreate]
- // *** Initialize variables ***
- CDNUMBER="GSPCD1806A"
- LAUNCHERID=""
- LAUNCHERTITLE="Arcade Games"
- TEMPHEIGHT=768
- TEMPWIDTH=1024
- SetTitle LauncherTitle
- // *** Prepare windows and graphics ***
- //Prepare BACKGROUNDWINDOW and all it's graphics
- NewWindow BACKGROUNDWINDOW
- BACKGROUNDWINDOW.StayOnTop=0
- BACKGROUNDWINDOW.Top=0
- BACKGROUNDWINDOW.Left=0
- BACKGROUNDWINDOW.Width=640
- BACKGROUNDWINDOW.Height=452
- BACKGROUNDWINDOW.Color=0
- BACKGROUNDWINDOW.CloseAfter=0
- BACKGROUNDWINDOW.Enabled=0
- //Prepare MAINSCREEN and all it's graphics
- NewWindow MAINSCREEN
- MAINSCREEN.StayOnTop=0
- MAINSCREEN.Top=0
- MAINSCREEN.Left=0
- MAINSCREEN.Width=1025
- MAINSCREEN.Height=769
- MAINSCREEN.Color=0
- MAINSCREEN.CloseAfter=0
- MAINSCREEN.Enabled=1
- //Prepare BACKGROUND graphic
- NewGraphic BACKGROUND,MAINSCREEN
- BACKGROUND.Top=1
- BACKGROUND.Left=1
- BACKGROUND.Width=1024
- BACKGROUND.Height=768
- BACKGROUND.FrameWidth=1024
- BACKGROUND.FrameHeight=768
- BACKGROUND.CurrentFrame=1
- BACKGROUND.Visible=1
- BACKGROUND.Color=16777215
- BACKGROUND.SingleMask=0
- BACKGROUND.SingleHotSpot=0
- BACKGROUND.Transparent=0
- BACKGROUND.Stretch=0
- BACKGROUND.ClickRepeatTime=0
- //Prepare ENGLISH graphic
- NewGraphic ENGLISH,MAINSCREEN
- ENGLISH.Top=105
- ENGLISH.Left=262
- ENGLISH.Width=474
- ENGLISH.Height=174
- ENGLISH.FrameWidth=474
- ENGLISH.FrameHeight=174
- ENGLISH.CurrentFrame=1
- ENGLISH.Visible=1
- ENGLISH.Color=16777215
- ENGLISH.SingleMask=0
- ENGLISH.SingleHotSpot=0
- ENGLISH.Transparent=1
- ENGLISH.Stretch=0
- ENGLISH.ClickRepeatTime=0
- //Prepare FRENCH graphic
- NewGraphic FRENCH,MAINSCREEN
- FRENCH.Top=288
- FRENCH.Left=261
- FRENCH.Width=472
- FRENCH.Height=168
- FRENCH.FrameWidth=472
- FRENCH.FrameHeight=168
- FRENCH.CurrentFrame=1
- FRENCH.Visible=1
- FRENCH.Color=16777215
- FRENCH.SingleMask=0
- FRENCH.SingleHotSpot=0
- FRENCH.Transparent=1
- FRENCH.Stretch=0
- FRENCH.ClickRepeatTime=0
- //Prepare SPANISH graphic
- NewGraphic SPANISH,MAINSCREEN
- SPANISH.Top=465
- SPANISH.Left=262
- SPANISH.Width=471
- SPANISH.Height=176
- SPANISH.FrameWidth=471
- SPANISH.FrameHeight=176
- SPANISH.CurrentFrame=1
- SPANISH.Visible=1
- SPANISH.Color=16777215
- SPANISH.SingleMask=0
- SPANISH.SingleHotSpot=0
- SPANISH.Transparent=1
- SPANISH.Stretch=0
- SPANISH.ClickRepeatTime=0
- // *** Load up some images and stuff ***
- TempWidth=ENGLISH.Width //Preserve the sprite's width and height
- TempHeight=ENGLISH.Height // As the next statement may try to change them
- ENGLISH.LoadFrame 1,"language.dat:english.bmp"
- ENGLISH.Width=TempWidth //Now restore the sprite's width and height
- ENGLISH.Height=TempHeight
- TempWidth=ENGLISH.Width //Preserve the sprite's width and height
- TempHeight=ENGLISH.Height // As the next statement may try to change them
- ENGLISH.LoadFrame 2,"language.dat:english2.bmp"
- ENGLISH.Width=TempWidth //Now restore the sprite's width and height
- ENGLISH.Height=TempHeight
- TempWidth=FRENCH.Width //Preserve the sprite's width and height
- TempHeight=FRENCH.Height // As the next statement may try to change them
- FRENCH.LoadFrame 1,"language.dat:french.bmp"
- FRENCH.Width=TempWidth //Now restore the sprite's width and height
- FRENCH.Height=TempHeight
- TempWidth=FRENCH.Width //Preserve the sprite's width and height
- TempHeight=FRENCH.Height // As the next statement may try to change them
- FRENCH.LoadFrame 2,"language.dat:french2.bmp"
- FRENCH.Width=TempWidth //Now restore the sprite's width and height
- FRENCH.Height=TempHeight
- TempWidth=SPANISH.Width //Preserve the sprite's width and height
- TempHeight=SPANISH.Height // As the next statement may try to change them
- SPANISH.LoadFrame 1,"language.dat:spanish.bmp"
- SPANISH.Width=TempWidth //Now restore the sprite's width and height
- SPANISH.Height=TempHeight
- TempWidth=SPANISH.Width //Preserve the sprite's width and height
- TempHeight=SPANISH.Height // As the next statement may try to change them
- SPANISH.LoadFrame 2,"language.dat:spanish2.bmp"
- SPANISH.Width=TempWidth //Now restore the sprite's width and height
- SPANISH.Height=TempHeight
- TempWidth=BACKGROUND.Width //Preserve the sprite's width and height
- TempHeight=BACKGROUND.Height // As the next statement may try to change them
- BACKGROUND.LoadFrame 1,"language.dat:Language Screen.bmp"
- BACKGROUND.Width=TempWidth //Now restore the sprite's width and height
- BACKGROUND.Height=TempHeight
- // *** Hotspots, animations, scroll to lists and applications defined here ***
- NewApplication APPLICATION1
- APPLICATION1.Description="New application"
- APPLICATION1.DirectFromCD=1
- APPLICATION1.DirectFromCDFilename="dotnetdetector.exe"
- APPLICATION1.DirectFromCDParameters="2.0 dotnetfx.exe wait"
- APPLICATION1.InstallerFilename="D:\Setup.exe"
- APPLICATION1.UniqueFilename="program.lnk"
- APPLICATION1.FileToRun="program.lnk"
- APPLICATION1.FileToRunParameters=""
- APPLICATION1.CloseLauncherAfterRunning=1
- APPLICATION1.UniqueNumber="1"
- APPLICATION1.CDID=""
- APPLICATION1.InsertCDMessage=""
- NewApplication APPLICATION2
- APPLICATION2.Description="New application"
- APPLICATION2.DirectFromCD=0
- APPLICATION2.DirectFromCDFilename="D:\ProgramName.exe"
- APPLICATION2.DirectFromCDParameters=""
- APPLICATION2.InstallerFilename="D:\Setup.exe"
- APPLICATION2.UniqueFilename="program.lnk"
- APPLICATION2.FileToRun="program.lnk"
- APPLICATION2.FileToRunParameters=""
- APPLICATION2.CloseLauncherAfterRunning=0
- APPLICATION2.UniqueNumber="2"
- APPLICATION2.CDID=""
- APPLICATION2.InsertCDMessage=""
-
- [Start]
- BACKGROUNDWINDOW.KeepCentered=1
- BACKGROUNDWINDOW.Center
- BACKGROUNDWINDOW.Left=0
- BACKGROUNDWINDOW.Top=0
- BACKGROUNDWINDOW.WidthAsPercentageOfScreenWidth=100
- BACKGROUNDWINDOW.HeightAsPercentageOfScreenHeight=100
- BACKGROUNDWINDOW.Visible=1
- BACKGROUNDWINDOW.sendtoback
-
- MAINSCREEN.bringtofront
- MAINSCREEN.KeepCentered=1
- MAINSCREEN.Center
- MAINSCREEN.Visible=1
-
-
- [ENGLISH_mouseenter]
- ENGLISH.currentframe=2
-
- [ENGLISH_mouseexit]
- ENGLISH.currentframe=1
-
- [ENGLISH_click]
- OPENFILE "SETUP.exe"
- MAINSCREEN.bringtofront
- CLOSELAUNCHER
-
- [FRENCH_mouseenter]
- FRENCH.currentframe=2
-
- [FRENCH_mouseexit]
- FRENCH.currentframe=1
-
-
- [FRENCH_click]
- runexecutableandwait "FR_SETUP.exe"
- runexecutableandwait "dotnetdetector.exe","2.0 dotnetfx.exe wait"
- MAINSCREEN.bringtofront
- closelauncher
-
- [SPANISH_mouseenter]
- SPANISH.currentframe=2
-
-
- [SPANISH_mouseexit]
- SPANISH.currentframe=1
-
-
- [SPANISH_click]
- runexecutableandwait "ES_SETUP.exe"
- runexecutableandwait "dotnetdetector.exe","2.0 dotnetfx.exe wait"
- mainscreen.keepcentered=1
- MAINSCREEN.bringtofront
- CLOSELAUNCHER
-
-
-