Program post site for everyone
Recommendation IchigoLatte IchigoJam PanCake MyApp
2017/09/19 21:02:46
MixJuice GET URL : kidspod.club/mj/344
negipo
var sy; var key; sy = 22; while(1){ key = inkey(); if(key == 32){ sy = sy - 5; } if(sy < 22){ sy = sy + 1; } cls(); lc(15, sy); log("@"); sleep(100); }