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

  1. myColor = new Color(this);
  2. onEnterFrame = function()
  3. {
  4.    myColor.setTransform(_root.myColorTransform);
  5. };
  6.