circlecube

RSS comments
LinkedIn Twitter delicious fb last.fm
26 Feb 2007

Faces

Author: Evan Mullins | Filed under: portfolio

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.

Get Adobe Flash player

1
2
3
4
5
6
7
8
9
onClipEvent (mouseMove) {
  _root.face.eyes.gotoAndStop(random(15)+1);
  _root.face.nose.gotoAndStop(random(15)+1);
  _root.face.mouth.gotoAndStop(random(15)+1);
  _root.face.ears.gotoAndStop(random(15)+1);
  _root.face.head.gotoAndStop(random(15)+1);
  _root.face.eyebrows.gotoAndStop(random(15)+1);
  _root.face.shoulder.gotoAndStop(random(15)+1);
}
  • del.icio.us
  • Digg
  • email
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • Mixx
  • Print
  • PDF
  • StumbleUpon
  • Technorati
  • Twitter
  • RSS

Tags: , , , ,

Leave a Reply