Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. //AMMO SWITCH
  2. //check if NOT finished
  3. if time <> 0
  4. then begin
  5. //flash the label
  6. LabAmmo.Visible:= not(labammo.visible);
  7. //make it flash faster and faster until time runs out
  8. if timSwitch.Interval > 100 then
  9. timSwitch.interval := timSwitch.interval - 100;
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement