***෤�Ԥ��÷� zooming***
step1. import �Ҿ���ѡ3�Ҿ�ҡ������� movie clip �¤������͡����Ҿ ���ǡ� f8 �ç name �ͧ movie clip ����駪������ "mc1"
1.1.double click 价�� mc �ҡ��鹤������͡��� mc �ա���� ��С� f8 ���͡�� movie clip �ç name ��������� "mc2"
1.2.double click ��� mc2 ������� create motion between ������á ����� scale tool �պ�Ҿ������ŧ��ǹ����ش������餧��Ҵ�Ҿ�������� ��� action�ç����á��� "stop"
(�ҡ��ͧ��÷������Ҿ��������͹��ͷ��1.1���价����� 2,3....��� action ��� stop �ء�������)
step2.���ҧ button ���ҡ������ǹ͹ ��Ǿͻ���ҳ ��� ����觷�� button�ѧ���
on (press) {
startDrag ("slider", true, 9, slider._y, 236, slider._y);(�ç�������¹仵��������Ǣͧ button) }
on (release, releaseOutside) {
stopDrag ();
}
step3.���ҧ mc slider ����ҡ�������������Ѻ�ʹաѺ��� button �ç name�ͧ mc ��������� "slider" ���������觴ѧ���
onClipEvent (enterFrame) {
/:frame = _root.mc1.mc2.gotoAndStop(-36+int(this._x));
/:frame2 = _root.mc1.mc2._currentFrame;
/:frame1 = _root.mc1._currentFrame;
}
step4.�������꡷�� tools text �������͡�ç text option
���͡�� dynamic text
single line
�ç variable ��������� "frame1"
text��Ƿ��2 ����Ҵѧ���

step5. ���ҧ button �١�ë���&�������͹�Ҿ
button ��ǫ������ ����觴ѧ���
on (release) {
tellTarget (_root.mc1) {
prevFrame ();
}
}
button ����١�÷ҧ������ ����觴ѧ���
on (release) {
tellTarget (_root.mc1) {
nextFrame ();
}
}
�� ctrl+enter test ��


Hosted by www.Geocities.ws

1