InterviewSolution
Saved Bookmarks
| 1. |
How many directions can you make a sprite pount in? |
|
Answer» tion:"0" REPRESENTS "up". EVERY degree added corresponds to a one degree turn clockwise by the sprite. So a direction of 90 means a sprite turns 90 degrees (a quarter turn) after pointing STRAIGHT up and will THUS point right. |
|