CountDown help
#1

Hi everyoe. I want to make a cout system like this
-------------------------------------------------------------------------------
public CountDown()
{
switch(Count)
{
case 6: { GameTextForAll("~n~~n~~n~~n~~n~~n~~r~o o ", 1100, 3); }
case 5: { GameTextForAll("~n~~n~~n~~n~~n~~n~~r~o o", 1100, 3); }
case 4: { GameTextForAll("~n~~n~~n~~n~~n~~n~~y~o o", 1100, 3); }
case 3: { GameTextForAll("~n~~n~~n~~n~~n~~n~~y~o o", 1100, 3); }
case 2: { GameTextForAll("~n~~n~~n~~n~~n~~n~~g~o o", 1100, 3); }
case 1: { GameTextForAll("~n~~n~~n~~n~~n~~n~~g~o o", 1100, 3); }
case 0:
{
GameTextForAll("~n~~n~~n~~n~~n~~n~~g~ GO! ", 2000, 3);
KillTimer(CountdownTimer);
IsCountdownStarted = false;
}
}
Count--;
}
but i want to make it stay. like

case 6: { GameTextForAll("~n~~n~~n~~n~~n~~n~~r~o o ", 1100, 3); } It wait for next
case 5: { GameTextForAll("~n~~n~~n~~n~~n~~n~~r~o o", 1100, 3); } It wait for next
case 4: { GameTextForAll("~n~~n~~n~~n~~n~~n~~y~o o", 1100, 3); }It wait for next
case 3: { GameTextForAll("~n~~n~~n~~n~~n~~n~~y~o o", 1100, 3); }It wait for next
case 2: { GameTextForAll("~n~~n~~n~~n~~n~~n~~g~o o", 1100, 3); }It wait for next
case 1: { GameTextForAll("~n~~n~~n~~n~~n~~n~~g~o o", 1100, 3); }It wait for next
when all shows it disapear\
i want it make somethig like NFS PS signal lights
Reply


Messages In This Thread
CountDown help - by Vadonis - 28.07.2009, 15:41
Re: CountDown help - by Serediucr - 28.07.2009, 15:51
Re: CountDown help - by Vadonis - 28.07.2009, 15:55
Re: CountDown help - by Serediucr - 28.07.2009, 16:04
Re: CountDown help - by Vadonis - 28.07.2009, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)