Newer
Older
2021-misato / gameweb3.js
@sasaki misato sasaki misato on 26 Nov 2021 188 bytes Add leaflet.js
var img_scr = new Array("hana1.png","hana2.png","hana3.png");
var i=0;
function{
    if(i == 2){
	i=0;
    }else{
	i++;
    }
    document.getElementById("image_file").src=img_src[i];
};