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

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    var _loc1_ = random(100);
  5.    if(_loc1_ == 50)
  6.    {
  7.       play();
  8.    }
  9. };
  10.