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

  1. targety = this._y;
  2. this._y -= 400;
  3. this.onEnterFrame = function()
  4. {
  5.    var _loc1_ = this;
  6.    _loc1_._y += 15;
  7.    if(_loc1_._y >= targety)
  8.    {
  9.       _loc1_._y = targety;
  10.       delete _loc1_.onEnterFrame;
  11.    }
  12. };
  13.