A warm-up quiz about game development
Complete this quiz in class
- Any object on the screen can receive keyboard events
- true
- false
- You can use the same method to listen to key events and mouse events
- true
- false
- To make things happen at a regular interval, you use what function?
- setInterval()
- setTimeout()
- sleep()