! Эта программа является еще одной простой gr.open 255, 0, 0, 0 gr.orientation 0 x=1 y=1 polet: for ts = 1 to 100 gr.cls gr.text.size ts gr.color 255,255,255,0,0 gr.text.draw z, 400*sin(ts/180*3.14)*x, 400*cos(ts/180*3.14)*y, "__:*|o|*:__" gr.color 255,255,0,0,0 gr.text.draw q, 400*cos(ts/180*3.14)*x, 400*sin(ts/180*3.14)*y, "*" gr.color 255,0,255,255,0 gr.text.draw m, 400*cos(ts/180*3.14)*y, 400*sin(ts/180*3.14)*x, "#" gr.color 255,0,0,255,0 gr.text.draw n, 400*sin(ts/180*3.14)*y, 400*cos(ts/180*3.14)*x, "+" Gr.render next ts x=rnd()*3 y=rnd()*2 goto polet