Hey all.
I want to make for my game a cool intro so a little introduction to the game . However, I have no idea how to begin . Can anyone explain with what effects or plugins I can do this?
I would use Text Dialogs etc...
Thanks!
Things you need to do:
1) In the Project Properties --> Project Settings --> Set "Use Loader Layout" to "Yes"
2) Make a layout that you will make as an opening and add designs(If you like Texts then you can put it in that layout but be more creative and add backgrounds).
3)Name that Layout for example("Opening")
4)Add Event Sheet for Opening and name the event sheet as "OpeningCode"
5)In the "OpeningCode" eventsheet write this event:
(Example event so that your layout will move on to the next layout after opening)
Condition: On start of layout :
-----> Wait 5 seconds
------> Go To Layout (MainMenu) - or anything that is already the part of the UI (User Interface)
6)You can also use Plugins for transitions and most native games always need transitions: — created a plugin for this named Layout Transitions
Below is the link:
7)Go back to the Project Properties --> Project Settings --> Set First Layout to "Opening"
There you have it, you can make great openings if you spend good time on experimenting.