Hey mapsters, I got a question on how to make a button.
I made a base defense map that's mostly a cinematic. I want to have a button on screen that says "Ready" that, when clicked, will launch the triggers for the attack waves. I'm guessing this involves some doings with leaderboards, of which I have no experience.
You first create a dialog, then a dialog item (button) and store these to global variables. Then you need to make a trigger the fires when the dialog item is used.
Search the forums for "dialogs" What you want is a dialog, which is a custom UI basically. You can have a button that, when clicked, will fire a trigger for you.
Hey mapsters, I got a question on how to make a button. I made a base defense map that's mostly a cinematic. I want to have a button on screen that says "Ready" that, when clicked, will launch the triggers for the attack waves. I'm guessing this involves some doings with leaderboards, of which I have no experience.
@Zomon: Go
You first create a dialog, then a dialog item (button) and store these to global variables. Then you need to make a trigger the fires when the dialog item is used.
@Grogian: Go
Could you be more specific, please? I'm kinda lost
Search the forums for "dialogs" What you want is a dialog, which is a custom UI basically. You can have a button that, when clicked, will fire a trigger for you.
@Suterusu1337: Go
Found what I needed, thanks! :)