oxisharke33

[Youtube] Creer Une Intro 2D simple

Mar 17th, 2013
563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Introduction After-Effect 2D : Sur la chaine de Metalox : http://youtu.be/enBhHUWqtWc
  2. Sur la chaine d'Oxisharke : http://youtu.be/
  3. Producteurs :
  4. --------------------------------------------------------------------------------
  5. Chaine d'oxisharke : http://www.youtube.com/oxisharkedesign
  6. Chaine de Metalox : http://www.youtube.com/XxoMeTaLoxX
  7. --------------------------------------------------------------------------------
  8.  
  9. Code utilisé :
  10. ------------------------------------------------------------------------------------------------------------------
  11. L = text.sourceText.length;
  12. T = time*effect("Vitesse")("Curseur") - effect("Commencer à")("Curseur")*effect("Vitesse")("Curseur");
  13. F = Math.round(time % 1);
  14.  
  15. if(F == 1 | (T<L & T>0) ){Fl = "|";}else{Fl=" ";}
  16.  
  17. substr(0,T) + Fl
  18. ------------------------------------------------------------------------------------------------------------------
  19. N'hésitez pas a likez , commenter et partager ;)
Advertisement
Add Comment
Please, Sign In to add comment