home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / ntech.swf / scripts / DefineSprite_288 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  218 b   |  13 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(_root.PGeneration == true)
  4.    {
  5.       _root.StationEnergy -= 0.15;
  6.    }
  7.    Counter._x = _root.StationEnergy;
  8.    if(Counter._x <= 0)
  9.    {
  10.       Counter._x = 0;
  11.    }
  12. };
  13.