Flash particle tutorial in Computer Arts magazine

I was thrilled to have been asked to produce this Flash particle tutorial for Computer Arts magazine this month. I’ve taken you through the process of making a particle class from scratch and using it to create basic particle effects such as sparks and smoke.

Computer Arts flash particle tutorial

The March edition is out now, and you can download the source files here.

Bookmark and Share

Related posts:

  1. Particle tutorial part 2 in Computer Arts magazine
  2. Computer Arts Particle Article now online
  3. Particle tutorial now on Lynda.com
  4. FITC Amsterdam particle tutorial
  5. Big and Small in .net magazine

15 Responses to “Flash particle tutorial in Computer Arts magazine”

  1. Vyper says:

    Whoa that is a huge privilege. I’ll be sure to look out for that article!

  2. thanks vyper! Let me know what you think :-)

  3. Paul says:

    the zip is password protected.

  4. hey paul… er I certainly didn’t zip it with a password, and I can open it here on my mac without being prompted for one… weird. Wanna try again and let me know?

    Seb

  5. [...] I’ve finally found a tiny bit of time between several large projects I am working on at the moment to have a small play with a particle experiment in Flash (Actionscript 3.0). It was far simpler than I expected thanks to a great tutorial in the latest issue of Computer Arts magazine by Seb Lee-Delisle. [...]

  6. Greg says:

    Hey, I heard about you through Lynda… Watched your FlashForward conference videos and was simply astounded. I’m guessing that Computer Arts just hasn’t published the tutorial that you created, on their website yet? I was hoping to sort of follow along with the tutorial while looking through the source files you’ve provided.

    I could probably use these and also look at the Lynda videos and get an idea of what’s going on. Thanks man, you’re a genius!

  7. seb says:

    hey greg! Thanks so much for your kind words :-)

    I think you’ll get a lot more out of the Lynda video than the CA article – it’s a lot more in depth. You’ll find the source code around here somewhere! The latest version is probably on my post for FITC amsterdam.

    cheers!

    Seb

  8. dElay says:

    Hi Seb!
    Which lynda video is it ?

    thanks !

  9. seb says:

    Hey dElay! You can find a link to the Lynda video here http://www.sebleedelisle.com/?p=164, or the direct link is here : http://movielibrary.lynda.com/html/modPage.asp?ID=557

  10. dElay says:

    Hey Seb!
    Thanks a LOT!
    Your class is brilliant. I managed to create some really cool effects without the tutorials. I have one question though.
    I emitate particles on MOUSE_DOWN so my buttons are under the particles and the buttons aren’t triggered. How can i make particles invisible for mouse and trigger buttons through particles ?
    It’s a bit out of scope of the subjce but it’s always worth to ask right? :)
    Thanks in advance!

  11. seb says:

    @ dElay I’m so glad you like it! Unfortunately I’m not sure what the question is… could you explain it again?

  12. dElay says:

    Sorry:)
    My english isn’t tip-top especially when speaking about coding problems.
    My problem was:
    I create particles in loop on MOUSE_DOWN in mouseX and mouseY position
    particle = new Particle(sth, this, mouseX, mouseY);

    I have a button on the stage which is triggered by MouseEvent.CLICK

    it occasionally happens that the particles are covering my button and the button isn’t fired.

    I solved my problem by changing clip’s type from DisplayObject to MovieClip
    public var clip : MovieClip;
    and setting
    clip.mouseEnabled=false;

    thanks again!
    i’ll let you know when the project is finished so you can see your class in action :)

  13. seb says:

    Cool, can’t wait to see it :-)

  14. [...] February I had my first article published in Computer Arts magazine, followed by my first conference of that year, FITC in Amsterdam, with possibly the last ever gig [...]

  15. [...] a little particle exploration I did based on Seb Ly-DeLisle Particle System Tutorial : The idea here is to move smoothly . [...]

Leave a Reply

Bad Behavior has blocked 1363 access attempts in the last 7 days.