You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
392 B
392 B
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()