[]在线急等,发现你们这个编译器一个bug,不能实现负负得正

已邀请:

ymsdandan

赞同来自: l13273866189

建议你发个截图过来可以么,你这样不知道你要表达什么呀
 

wudi199553

赞同来自: l13273866189

没看懂是什么意思

l13273866189

赞同来自:

_proto_.moveDownBall = function(){
this.ball.x -= this.vx;
this.ball.y += this.vy;
console.log("111111");
this.vy *= 0.99;
this.vy += 0.25;
console.log("222222");
if (this.ball.y + this.vy >= this.stageHeight ||this.ball.y + this.vy <= 0) {
this.vy = -this.vy;
}
if (this.ball.x + this.vx >= this.stageWidth ||this.ball.x + this.vx <= 0) {
this.vx = -this.vx;
}
 

该问题目前已经被锁定, 无法添加新回复

商务合作
商务合作