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_6 / DoAction.as
Text File  |  2005-10-02  |  252b  |  14 lines

  1. this.yellow10._x += d;
  2. this.yellow9._x += d;
  3. a = Math.random() * s - s / 2;
  4. this.yellow10._y = this.yellow8._y + a;
  5. this.yellow9._y = this.yellow8._y + a + c;
  6. if(yellow10._y < -200)
  7. {
  8.    yellow10._y += 50;
  9. }
  10. else
  11. {
  12.    yellow10._y -= 50;
  13. }
  14.