Evaluating Player Moves
When the player clicks the Done button, the clickDone function is called. This function then hands off to the calculateProgress function:
// player clicks DONE button
public function clickDone(event:MouseEvent) {
calculateProgress();
}
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.
Start a Free Trial