Newer
Older
2022-togashi / system / nazotoki / game / VR.js
@Yuto Togashi Yuto Togashi on 31 May 2022 258 bytes add system of nazotoki
var element = document.getElementsByTagName("a-box");
//a-boxの要素を所得し、elementに配列として入れる[1つ目の<a-sphere>,2つ目の<a-sphere>]

element[0].addEventListener("click", function() {
  location.href = "clear.html";
},false);