Advertisement
Guest User

hudanimations_tf.txt (copy/paste into the relevant parts)

a guest
May 20th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. //Health Bonus Pulse
  2. event HudHealthBonusPulse
  3. {
  4. Animate HPFrameBuff Alpha "255" Accel 0.0 0.0
  5. }
  6.  
  7. event HudHealthBonusPulseStop
  8. {
  9. StopEvent HPFrameLow 0.0
  10.  
  11.  
  12. Animate HPFrameBuff Alpha "0" Accel 0.0 0.0
  13. }
  14.  
  15. //Health Dying Pulse
  16. event HudHealthDyingPulse
  17. {
  18. Animate HPFrameLow Alpha "255" Accel 0.0 0.0
  19. }
  20.  
  21. event HudHealthDyingPulseStop
  22. {
  23. StopEvent HPFrameLow 0.0
  24.  
  25.  
  26. Animate HPFrameLow Alpha "0" Accel 0.0 0.0
  27. {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement