Dialog Box in Allegro

Started by
1 comment, last by Zakwayda 12 years, 11 months ago
Hi guys

sorry for all the posts that i do xD but i'm learning so please be patient ^^

ok so i want to add some text to my game and i need to make a function that display dialog box in my game but i really dont know how.

here is some examples on how i want to dialog box to appear.

thisguyaresick.th.jpg

OR

finalfantasy7remakenov1.th.png

i also want to be able to chose some options from this text like here

playstationfinalfantasy.jpg


but i dont want to worry about choosing options, all i need now is to know how to show some text in a dialog box like the first or second picture.


thankx for the help :D
Advertisement
anyone plz help !
I believe Allegro includes functionality for printing text; I would start there (check the Allegro documentation for details).

Also, as far as search terms go, what you're looking for is usually referred to as a GUI (graphical user interface). The term 'dialog box' can indeed refer to an in-game GUI control, but is also often used to refer to a system-level notification or a separate interactive window in a multi-window app (which isn't what you're looking for here, I don't think).

This topic is closed to new replies.

Advertisement