Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Fri 14/01/2005 21:27:20

Title: Want to make an intro
Post by: on Fri 14/01/2005 21:27:20
hey, i want to make an intro of the name of my game going across the screen, with nothing else going on, but i don't know how to make a tital screen, u know, like start, load, or continue. any help would be greatly appreciated.
Title: Re: Want to make an intro
Post by: Nethros on Fri 14/01/2005 21:42:59
I do like this: I draw a background with All those buttons (New game, Load game etc etc) Then I make a room called intro and import the background into it. For every button I make a hotspot and run script as interaction (Atleast on save and load. On New game you can just change to the first room.) On quit you take run script, too. Write quitgame(0) or something like that in the script. As for load and save, I dont know. Ask others for that. Done! You have a brand-new title screen but without load or save.
Title: Re: Want to make an intro
Post by: Candle on Fri 14/01/2005 21:52:10
If you have windows XP  it comes with movie maker and that makes a nice intro .
Title: Re: Want to make an intro
Post by: TerranRich on Sat 15/01/2005 02:32:07
Updated BFAQ Entry: http://bfaq.terran-x.com/#graphics29 :)
Title: Re: Want to make an intro
Post by: Goot on Sat 15/01/2005 21:26:07
It's SaveGameDialog(); and RestoreGameDialog(); for save and load. You can use MoveObjectDirect to move an object with the title accross the screen.
Title: Re: Want to make an intro
Post by: Ishmael on Sat 15/01/2005 22:34:07
And it is QuitGame(1); for the quit; AGS is case-sensitive, and I suggest prompting the exit in case the user accidentaly clicks on quit.
Title: Re: Want to make an intro
Post by: Darcness on Sun 16/01/2005 03:12:24
Also, for the scrolling game name, you can use the Scrolling Credits plugin, but you'll have to do some scripting with that one. Or you can create an image file of the game title and import it into your SPrite Manager, then animate it in-game.