Setup
VINT Hub

Code

Practice
- Try adding a new ball sprite to your project. Use the code below to make your ball move.
- Modify your code so the paddle interacts with the ball. Use the code below as a starting point.
- Try keeping score using a variable. When the ball contacts the paddle, add one point. If the ball contacts the floor, the game is over. Hint: add the Line sprite to the floor so you can sense when the ball interacts with it.


