home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / snowman100win.zip / component / jmax.dll / scripts / DefineSprite_21 / frame_2 / DoAction.as
Text File  |  2005-10-02  |  166b  |  6 lines

  1. this.yellow2._x += d;
  2. this.yellow1._x += d;
  3. a = Math.random() * s - s / 2;
  4. this.yellow2._y = this.yellow10._y + a;
  5. this.yellow1._y = this.yellow10._y + a + 500;
  6.