home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / peaceplane.swf / scripts / DefineSprite_191 / frame_6 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  89 b   |  6 lines

  1. _root.bgColor = _root.bgColor + 1;
  2. if(_root.bgColor == 9)
  3. {
  4.    _root.bgColor = 0;
  5. }
  6.