home *** CD-ROM | disk | FTP | other *** search
/ The Great Adventure of Natural Gas / start / start.swf / scripts / DefineSprite_88 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-01-01  |  160 b   |  12 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(random(20) == 15)
  4.    {
  5.       groin.play();
  6.    }
  7.    if(random(20) == 10)
  8.    {
  9.       oeilMouton.play();
  10.    }
  11. };
  12.