あ、ゴメン↑これじゃ意味なかった var x = 0 var t0 = millisec while 1 vsync var t = millisec if t - t0 >= 1000 then t0 = t0 + 1000 'ここがポイント x = x + 1 ? x endif wend