home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / angelpang.swf / scripts / DefineSprite_338 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  233 b   |  12 lines

  1. _parent.time_bar_start.stop();
  2. this.onEnterFrame = function()
  3. {
  4.    _parent.w = _parent.w + 1;
  5.    if(_parent.w > 174)
  6.    {
  7.       _parent.w = 174;
  8.       _parent.time_bar_start.play();
  9.       delete this.onEnterFrame;
  10.    }
  11. };
  12.