I'm trying to display a line of text at the bottom of the screen, kind of like this:
http://i.imgur.com/dMX1T.jpg (the font is Arial Rounded)
Using what I could understand from:
http://www.adventuregamestudio.co.uk/acintro8.htm
http://www.adventuregamestudio.co.uk/manual/Character.SayAt.htm
I tried this:
// Dialog script file
@S // Dialog startup entry point
return
@1
cWendy.SayAt(100, 500, 600, "My name is Wendy!");
stop
but when I run the game, no text appears.
Eventually I would like to see the text appear like this: http://i.imgur.com/LfC2q.jpg
but for now, I'm simply trying to figure out how to display some text at the bottom...
http://i.imgur.com/dMX1T.jpg (the font is Arial Rounded)
Using what I could understand from:
http://www.adventuregamestudio.co.uk/acintro8.htm
http://www.adventuregamestudio.co.uk/manual/Character.SayAt.htm
I tried this:
// Dialog script file
@S // Dialog startup entry point
return
@1
cWendy.SayAt(100, 500, 600, "My name is Wendy!");
stop
but when I run the game, no text appears.
Eventually I would like to see the text appear like this: http://i.imgur.com/LfC2q.jpg
but for now, I'm simply trying to figure out how to display some text at the bottom...