HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Trigger help please

03-05-2004, 09:58 PM#1
Mystic-Ssj5Goku
i need to know how to
1. make dialog menus and buttons i cant figure out the tutorials

2. timers same reason as above

3. how do you make a running counter
03-05-2004, 10:10 PM#2
Lord_Osiris
Well... to do all of this you have to understand varribles. Then you have to learn how to set varribles. Do you know how to do that? it is vital
03-05-2004, 10:16 PM#3
dexllgamer
Quote:
Originally Posted by Lord_Osiris
Well... to do all of this you have to understand varribles. Then you have to learn how to set varribles. Do you know how to do that? it is vital

Create dialog window
set varriable (dialog window veriable) = last created dialog window
Add button to (dialog window veriable)
set varriable (dalog button varriable) = last crated button

To use the above use the event responce "dialog button pressed" and choose the dialog button verriable that you assinged to the button in the dialog window.

Same thing with the timers and the Countdown Timer Windows. Create a timer varriable and a timer window varrible.

Create timer window for (timer varriable)
set varriable (timer window varrible) = last created timer window.

To use this, use the event "timer expires" for the timer u assinged in the timer window. And when it expires destroy or hide the timer window using the varriable that you assinged to it. Easy Money.

Yeah i dont care about spelling. Good luck my man. This should get you going in the right direction.
03-19-2004, 07:43 PM#4
Mystic-Ssj5Goku
how do you make a running counter?