xxxxxxxxxx
1
var _0xf0c4=["\x78","\x79","\x78\x53\x70\x65\x65\x64","\x79\x53\x70\x65\x65\x64"];class Circle{constructor(_0xffecx2,_0xffecx3,_0xffecx4,_0xffecx5){this[_0xf0c4[0]]= _0xffecx2;this[_0xf0c4[1]]= _0xffecx3;this[_0xf0c4[2]]= _0xffecx4;this[_0xf0c4[3]]= _0xffecx5}move(){this[_0xf0c4[0]]+= this[_0xf0c4[2]];if(this[_0xf0c4[0]]< 0|| this[_0xf0c4[0]]> width- 25){this[_0xf0c4[2]]*= -1};this[_0xf0c4[1]]+= this[_0xf0c4[3]];if(this[_0xf0c4[1]]< 0|| this[_0xf0c4[1]]> width- 25){this[_0xf0c4[3]]*= -1}}display(){circle(this[_0xf0c4[0]],this[_0xf0c4[1]],50)}}