アクションスクリプト解説例(02月27更新)

プロパティ
_x(インスタンスのX座標)
Player バージョン4 以降
解説

MCのプロパティ値を表す。

	MCのX座標を設定したり取得したりする。
	
	mc の座標の取得は

	on (release) {
		a = mc._x;
		trace("a="+a );//mc のX座標を出力させる
	}

	mc の座標を 100 に変更設定は

	on (release) {
		mc._x = 100;
	}	
	
<IMG src="icon/noembed.gif" width="480" height="270">

作成者: aki
作成日: 2002年02月27日
(C) Copyright 2000-2002 F-site All rights reserved