body parts appear: each body part stored in its own layer ... revealing the layer reveals the body part. word or phrase to guess choose letters: letters of the alphabet laid out on screen, with clickable/hyperlinks around them -wrong -body part appears/hung -too many and lose the game -right -letter/s appear on word -reveal all you win variables: functions: __________ __________ counter -- wrong guesses game status0 not started, started, won, lost words (array) layes (array) functions _________ hideall() == hide all corpse layers pickword() == pick a word update word gui with proper number of dashes resetcounter() == reset the "wrong guesses counter" startgame() == run hideall, run pickword, run resetcounter tryletter() == run wrongguess() - body part appears/hung - too many and lose the game run correctguess() - letter/s apepar on word - reveal all you win wrongguess() correctguess() wonthegame() lostthegame() ------------------ function hideall() { //go through each position of the layerlist array and hide that layer for (i=0; i