Program post site for everyone
Recommendation IchigoLatte IchigoJam PanCake MyApp
2017/09/19 21:07:50
MixJuice GET URL : kidspod.club/mj/345
negipo
var nx; var flag; nx = 0; flag = 0; while(1){ if(flag == 0){ if(nx < 30){ nx = nx + 1; } else{ nx = nx - 1; flag = 1; } } else{ if(nx > 0){ nx = nx - 1; } else{ nx = nx + 1; flag = 0; } } cls(); lc(nx, 22); log("_"); sleep(100); }