Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: NaStY_FrEaK on Sun 03/08/2003 09:10:24

Title: Scripting Problem-Pls need help!
Post by: NaStY_FrEaK on Sun 03/08/2003 09:10:24
Hello.
I need help about one script.
I want to make intro like in 6 day assassin.
When I click on New Game I want to display a message on a Black Bg,and then to start my first room???
Title: Re:Scripting Problem-Pls need help!
Post by: on Sun 03/08/2003 13:52:09
create a room called intro.crm .
make a button that when clicked on links to the next room using the on_mouseclick function f.e.

The best possibility to show a text in your intro room
would be making a bmp with text. Or use the display-function.

For further info read the help file. search the index for
introduction sequences.
hope that helps