speed = random.random()*60. def loop (): global speed. if speed > 0: speed -= 0.1. wheel.direction += speed. when('click', scroll). forever(loop).
確定! 回上一頁