home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / penguin-copter.swf / scripts / DefineSprite_14_penguin / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  107 b   |  6 lines

  1. this.onEnterFrame = function()
  2. {
  3.    wfr += _root.lcr / 10;
  4.    w._yscale = 60 + 40 * Math.cos(wfr);
  5. };
  6.