Faces

A random face generator. Move your mouse and watch as many faces flip by. There are a possibility of 15 eyes, 15 noses, 15 mouths, 15 ears, 15 eyebrows, 15 heads, 15 torsos! That makes a total of 170,859,375 different faces! Let me know if you name them all.

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

  1. onClipEvent (mouseMove) {
  2.   _root.face.eyes.gotoAndStop(random(15)+1);
  3.   _root.face.nose.gotoAndStop(random(15)+1);
  4.   _root.face.mouth.gotoAndStop(random(15)+1);
  5.   _root.face.ears.gotoAndStop(random(15)+1);
  6.   _root.face.head.gotoAndStop(random(15)+1);
  7.   _root.face.eyebrows.gotoAndStop(random(15)+1);
  8.   _root.face.shoulder.gotoAndStop(random(15)+1);
  9. }
  • del.icio.us
  • Digg
  • Facebook
  • Furl
  • Google
  • LinkedIn
  • Ma.gnolia
  • Mixx
  • MySpace
  • Propeller
  • Reddit
  • StumbleUpon
  • Sphinn
  • Spurl
  • Technorati
  • TwitThis
  • Live
  • YahooMyWeb

Related posts

flashden banner

Leave a Reply

You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <blockquote cite=""> <code> <em> <strong>