HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

i feel stupid ><

08-02-2004, 08:05 AM#1
1-stale-ninja
i need to know how to make the menu's appear... like when you vote on something, or choose a difficulty. i need to know how to make the menu appear and such. what is the trigger called?
08-02-2004, 11:48 AM#2
logik
look at the dialog tutorials in the tutorial section and in the repository...

get your knowledge in dialogs for a bit... thats good advice to give
08-02-2004, 11:14 PM#3
Dark_Uber
Everthing you need is in Actions: Dialog, but you will also need variables for the buttons so I sugest you use a tutorial also.
08-03-2004, 12:16 AM#4
Kelna2
Actions:
Change Dialog Title for [Dialog]: Your Title Choice
Create Button for [Dialog] named Yes
Set [Button[1]] to Last Created Button
Create Button for [Dialog] named No
Set [Button[2]] to Last Created Button
Show [Dialog]

[Dialog] = Dialog Variable

[Button[1]] [Button[2]] = Dialog Button Variable Array Size 2

Then Use

Event:
A Dialog Button has been clicked for [Dialog]
Condition:
Dialog Button Clicked is Equal to [Button[1]] <-----Aka the Yes Button

Hope This Helps!