You are on page 1of 2

no_halaman=1; function fungsi_buka_halaman(){ loadMovie("halaman"+no_halaman+".

swf",mc_wadah); }

stop(); fungsi_buka_halaman();

gotoAndStop("f_display");

stop(); tombol_login.onRelease = function() { _root.no_halaman = 2; _root.play(); };

stop(); tombol_materi1.onRelease=function(){ _root.no_halaman=3; _root.play(); }

tombol_materi2.onRelease=function(){ _root.no_halaman=4; _root.play();

You might also like