■ 一定間隔で関数を実行するには
//メインタイムラインのフレームアクション
clearId
= setInterval(rotate,
1000, 6);
function
rotate(theta) {
hand_mc._rotation +=
theta;
if (hand_mc._rotation
== 180) clearInterval(clearId);
}
WEBの専門用語集サイト
[ PR ]|趣味・講座|金・買取|KGB|不動産|不動産投資|高級住宅|就職|大阪市・歯科|カナダ留学
|税理士・大阪|ホテル・求人・ブライダル|キャンドル|転写|会社案内|人材紹介|ノベルティグッズ

//メインタイムラインのフレームアクション
clearId
= setInterval(rotate,
1000, 6);
function
rotate(theta) {
hand_mc._rotation +=
theta;
if (hand_mc._rotation
== 180) clearInterval(clearId);
}