Update: 10:35 GMT Thanks again to all of you who have found what appears to be the "cheat"
On the last question, press "i" and one of the answers will "blink"
Update: 10:30 GMT Thanks to everyone who emailed the fact that the "I" in Analysis is underlined.
Thanks to Cypher80b there appears to be a "cheat" in the game.
private function shift(param1:KeyboardEvent) : void { if (m_questionCounter == NO_QUESTIONS-- && STATE == QUIZ && param1.keyCode == 73) { m_currentQuestionsArray[m_questionCounter].shift(); m_cheat = true; }// end if return; }// end function
KeyCode 73 is the Dec number for I :)
if (m_gameObj.didCheat) { _loc_1.push("\"didCheat\":\"1\""); } else { _loc_1.push("\"didCheat\":\"0\""); }// end else if
And some interesting variables about "HACK"
public const HELP:String = "showhelp"; public var STATE:String = "instructions"; public const HACK:String = "showing hack"; public const START:String = "startGame"; private var _startButton:LostButton; public const RETURNFROMHACK:String = "returning from hack"; public const SHOWLOGIN:String = "showlogin";