1.���Ҿ���ѡ�ͧ�Ҿ����Ҿ��������Ҿ��� background ���ͨ��Ҵ�Ҿ����ͧ �����Ҵ������Ŵ�ҡ http://www.webshots.com
����Ҿ����ҹ�������Ҩҡ�����

2.������ �� movie clip �¤������͡�� f8 �ҡ��� double click ���� create motion between ������á�����ҹ���ش�������ش���������ҹ��ҧ�ش���ͨ��� guide line ���� ����� style �ͧ���з�ҹ
3.��� script �ç movie clip �ѧ���
onClipEvent (enterFrame) {
this._x += Math.random()*(this._xscale)/10;
this._y += Math.random()*(this._xscale)/10;
if (this._x>500) { this._x = 0;
}
if (this._y>1) {
this._y = 0;
}
}
(script ��ǹ��л�Ѻ����¹�� random Ẻ scene2 ����� style �ͧ���Ф�)
4. ctrl+enter

Hosted by www.Geocities.ws

1