AS3.0_数式(公式)のメモ
actionscript3.0のアニメーションで使う数式とかのメモ!!
※6/5にいろいろ修正! と 追加
(続きを読む…)
actionscript3.0のアニメーションで使う数式とかのメモ!!
※6/5にいろいろ修正! と 追加
(続きを読む…)
◯ランダムについて
Math.floor(Math.random() * 2 + 1 );
Math.floor();
Math.floor(Math.random() * 2 );
Math.floor(Math.random() * 2 + 1);