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.
20 lines
392 B
20 lines
392 B
*A warm-up quiz about game development*
|
|
|
|
Complete this quiz in class
|
|
|
|
1. Any object on the screen can receive keyboard events
|
|
|
|
- [ ] true
|
|
- [ ] false
|
|
|
|
2. You can use the same method to listen to key events and mouse events
|
|
|
|
- [ ] true
|
|
- [ ] false
|
|
|
|
3. To make things happen at a regular interval, you use what function?
|
|
|
|
- [ ] setInterval()
|
|
- [ ] setTimeout()
|
|
- [ ] sleep()
|