Advertisement
Sandsky0

Untitled

Jun 1st, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. if timer = 0{background_alpha = 0}
  2. if timer = sec*0.15{background_alpha = 0.1}
  3. if timer = sec*0.30{background_alpha = 0.2}
  4. if timer = sec*0.45{background_alpha = 0.3}
  5. if timer = sec*0.60{background_alpha = 0.4}
  6. if timer = sec*0.75{background_alpha = 0.5}
  7. if timer = sec*0.90{background_alpha = 0.6}
  8. if timer = sec*1.05{background_alpha = 0.7}
  9. if timer = sec*1.20{background_alpha = 0.8}
  10. if timer = sec*1.35{background_alpha = 0.9}
  11. if timer = sec*1.50{background_alpha = 1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement