Tombol Masuk Tombol Keluar
Prosedur
perbesar
digunakan untuk memperbesar ukuran tampilan peta, sedangkan prosedur
perkecil
digunakan untuk memperkecil ukuran tampilan peta.
on release { ifd_zoom == 1
{ d_zoom = 1;
} else { d_zoom = d_zoom - 1;
perkecil; }
}
Perintah diatas digunakan oleh tombol “t_zoomOut” untuk memperkecil ukuran tampilan peta. Dengan pengandaian saat tombol “t_zoomOut”
ditekan dan dilepaskan, jika variabel
d_zoom
bernilai 1, maka tidak dilakukan perkecilan ukuran tampilan peta dan variabel
d_zoom
tetap bernilai 1. Dan jika variabel
d_zoom
tidak bernilai 1, maka variabel
d_zoom
dikurangi 1 atau ukuran tampilan peta dikurangi 1 kali perbesaran dan dilakukan perkecilan ukuran tampilan peta menggunakan
prosedur
perkecil
.
on release { ifd_zoom == 10 {
d_zoom = 10; } else {
d_zoom = d_zoom + 1; perbesar;
} }
Perintah diatas digunakan oleh tombol “t_zoomIn” untuk memperbesar ukuran tampilan peta. Dengan pengandaian saat tombol “t_zoomIn”
ditekan dan dilepaskan, jika variabel
d_zoom
bernilai 10, maka tidak PLAGIAT MERUPAKAN TINDAKAN TIDAK TERPUJI
dilakukan perkecilan ukuran tampilan peta dan variabel
d_zoom
tetap bernilai 10. Dan jika variabel
d_zoom
tidak bernilai 10, maka variabel
d_zoom
ditambah 1 atau ukuran tampilan peta ditambah 1 kali perbesaran dan dilakukan perbesaran ukuran tampilan peta
menggunakan prosedur
perbesar
.
on click { _root.peta.t_k1._visible = true;
_root.peta.t_k2._visible = true; _root.peta.t_k3._visible = true;
_root.peta.t_k4._visible = true; _root.peta.t_k5._visible = true;
_root.peta.t_k6._visible = true; _root.peta.t_k7._visible = true;
_root.peta.t_k8._visible = true; _root.peta.t_k9._visible = true;
_root.peta.t_k10._visible = true; _root.peta.t_k11._visible = true;
_root.peta.t_k12._visible = true; _root.peta.t_k13._visible = true;
_root.peta.t_k14._visible = true; _root.peta.t_k15._visible = true;
_root.peta.t_k16._visible = true; _root.peta.t_k17._visible = true;
_root.peta.t_k18._visible = true; _root.peta.t_k19._visible = true;
_root.peta.t_k20._visible = true; _root.peta.t_k21._visible = true;
_root.peta.t_k22._visible = true; _root.peta.t_k23._visible = true;
_root.peta.t_k24._visible = true; _root.peta.t_k25._visible = true;
_root.peta.t_k26._visible = true; _root.peta.t_k27._visible = true;
_root.peta.t_k28._visible = true; _root.peta.t_k29._visible = true;
_root.peta.t_k30._visible = true; _root.peta.t_k31._visible = true;
_root.peta.t_k32._visible = true; _root.peta.t_k33._visible = true;
_root.peta.t_k34._visible = true; _root.peta.t_k35._visible = true;
_root.peta.t_k36._visible = true; _root.peta.t_k37._visible = true;
_root.peta.t_k38._visible = true; _root.peta.t_k39._visible = true;