Advertisement
Guest User

Untitled

a guest
May 6th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. if(!typ){
  2. if(sekunda == 2)
  3. {
  4. ResetujSwiatla();
  5.  
  6. RysujKolo(sCzerwone, clRed, clWhite);
  7. RysujStrzalke(sStrzalka);
  8. }
  9. else if(sekunda == 11)
  10. {
  11. ResetujSwiatla();
  12.  
  13. RysujKolo(sCzerwone, clRed, clWhite);
  14. RysujKolo(sZolte, clYellow, clWhite);
  15. }
  16. else if(sekunda == 12)
  17. {
  18. ResetujSwiatla();
  19.  
  20. RysujKolo(sZielone, clGreen, clWhite);
  21. }
  22. else if(sekunda == 20)
  23. {
  24. ResetujSwiatla();
  25.  
  26. RysujKolo(sZolte, clYellow, clWhite);
  27.  
  28. }
  29. else if(sekunda == 21)
  30. {
  31. ResetujSwiatla();
  32. RysujKolo(sCzerwone, clRed, clWhite);
  33. RysujStrzalke(sStrzalka);
  34. sekunda = 0;
  35. }
  36. }
  37. else
  38. {
  39. if(sekunda%2 == 0)
  40. {
  41. ResetujSwiatla();
  42. RysujKolo(sZolte, clYellow, clWhite);
  43.  
  44. }
  45. else
  46. {
  47. ResetujSwiatla();
  48. }
  49. }
  50. sekunda+=1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement