What's wrong?


if (_y <= bounds.up){
upArrow._visible = true;
}else if (_y >= bounds.down){
_y = bounds.down
vector[1] *= -1
upArrow._visible = false;
}

I thought it would work…
please help!