Control A 3D Deck of Cards Like Magic

Control A 3D Deck of Cards Like Magic

Tutorial Details
  • Requirements: Just After Effects... enjoy!
  • Difficulty: Advanced
  • Run Time: 35 min
Download Source Files

Final Product What You'll Be Creating

In this tutorial we’ll be creating a Card deck that unfolds and a chosen card that rises up. We’ll be creating lots of expressions and i will show you an handy trick that will show another image on the front and backfacing of a layer.


Tutorial

Download Tutorial .flv

File size 206MB

Add Comment

Discussion 17 Comments

  1. Thonbo says:

    nice to see a tutorial from an author that have absolutely no idea what he is doing.

    its a expression tutorial but he doesnt know how to script

    its a copypaste job :D

    • IANH - BR says:

      Take it easy man… :)

    • Jorrit Schulte says:

      hoho now, i do know expressions.
      i just don’t fully understand the math behind “toCompVec([0,0,1][2])”
      I do know that it gives the vectorposition of the layer in Z axis from the camera’s Point of view.
      I also know that the <0)*100 part is a faster way of doing
      if(toCompVec([0,0,1][2]) < 0){100}else{0}

      so there you go ;)

      • timt says:

        the new expression should read:

        if(toCompVec([0,0,1])[2] < 0){100}else{0}

        thanks for that expression because it is great to use with putting labels on DVDs and other 2D objects that need to live in a 3D space.

    • Lyndon says:

      Yo Thonbo, take it easy. He pulled my card so it’s all good! :D

  2. Chris Joyce says:

    Very handy tips. Thanks

  3. Anthony says:

    Sweet :) Look forward to watching!

  4. macs says:

    i needed this two months ago so badly!!
    great

  5. LSerrano says:

    Look Goods!! thanks bro.

  6. Bobby says:

    Beautiful.

  7. Gabriel Chavez says:

    wow…… i hit play and i hear “have you tried honey bunches of oats” and it scares the crap outta me

  8. Nick says:

    Love the technique for assigning a separate image to the back of a 2d layer. Well worth watching!

  9. Rutger says:

    Definitley worth watching. I believe Jorrit is like 16 years old or something and from the Netherlands, so the fact he’s posting this tutorial for you hobbyists/semi-professionals/professionals in english, and you can even learn something from it, is already amazing in my opinion.

    The fact he doesn’t know exactly what the expressions mean is just because he didn’t have the math classes for that yet ;)

    Great tut Jorrit, keep it up!!!

  10. Yeah, some issues with the language, but the result is cool, great tutorial!

  11. dave says:

    thanks for the tutorial man. the expression is very useful – one to hang on to and remember, and just came at the best timing. keep em coming :)

  12. Wes says:

    Thanks for this tutorial man. I had to do motion graphics for a Vegas theme club promotion event and I need to spin playing cards with live footage in it. This tutorial really helped.

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.