A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Flickering effect wanted...

  1. #1
    Member
    Join Date
    Mar 2001
    Posts
    66

    Flickering effect wanted...

    Hi

    I am wondering if anybody could point me in the direction of some source code for an effect I would really like to use.

    There is a site, www.columbusdixon.info , and on the Flash page they use a very old cinema style flicker effect.

    I don't know how to achieve this and wonder if anyone can help!

    Thanks in advance,

    Steve

  2. #2
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    This will cause an exaggerated effect, but basically all you need to do is play with the alpha of your movie.
    Code:
    _mc.onEnterFrame = function() {
    	this._alpha = Math.random() * 100;
    }

  3. #3
    Member
    Join Date
    Mar 2001
    Posts
    66
    Thanks, I am dumb and should have worked that out!

  4. #4
    Member
    Join Date
    Mar 2001
    Posts
    66
    Hmm...hasty reply from me, actually. Could anybody take a look at the site I mentioned above and check out the effect to which I refer. It has a feel that reminds me very much of a Nine Inch Nails video.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center