Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. !maxloop(($ldur+inter_line)/15)!
  2. !retime("preline",-inter_line+(j-1)*15,-inter_line+j*15+3000)!
  3. {
  4. \fad(1000,1000)
  5. \an!math.random(1,9)!
  6. \t(\frz!math.random(720)!)
  7. \fscx!set_temp("scx",math.random(10,100))*0.5*meta.res_y/480!
  8. \fscy!temp.scx*0.5*meta.res_y/480!
  9. \move(
  10. !
  11. set_temp("SX",math.random(0,meta.res_x))
  12. +
  13. (snow_direc == "up" and 0 or math.random(50,100)*meta.res_x/640)
  14. !,
  15. !
  16. set_temp(
  17. "SY",
  18. math.random(
  19. meta.res_y*((line.styleref.align == 1 or line.styleref.align == 2 or line.styleref.align == 3) and 0.9 or -0.1),
  20. meta.res_y*((line.styleref.align == 1 or line.styleref.align == 2 or line.styleref.align == 3) and 1.25 or 0.25))
  21. )
  22. -
  23. (snow_direc == "up" and 0 or math.random(66,100)*meta.res_y/480*temp.scx/80)
  24. !,
  25.  
  26. !temp.SX+(snow_direc == "up" and math.random(50,100)*meta.res_x/640 or 0)!,
  27. !temp.SY-(snow_direc == "up" and math.random(66,100)*meta.res_y/480*temp.scx/80 or 0)!
  28. )
  29. \shad0
  30. \bord0
  31. \blur2
  32. \p1
  33. }
  34. m 7 17 b 8 18 8 20 7 21 b 5 22 3 22 2 21 b 1 20 1 18 2 17 b 3 15 5 15 7 17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement