An idication that it is unlocked would be nice, but yeah if you follow the colors it is unlocked, i also got stuck on this a while. you just have to manually try the door after it.
This is a great facebook share game. I shared it, and its got a Java image as the icon, you may want to add some facebook friendly tags in the html file:
<HTML>
<HEAD>
<title>Escape the Men's Room</title>
<!-- FACEBOOK INFORMATION -->
<meta property="og:title" content="<you title>" />
<meta property="og:description" content="<your description>" />
<meta property="og:image" content="http://<your icon url>" />
<!-- END FACEBOOK INFORMATION -->
<style type="text/css">
<!--code { font-family: Courier New, Courier; font-size: 10pt; margin: 0px; }-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body bgcolor="#000000" text="#ffffff" LINK="yellow" VLINK="yellow" ALINK="yellow">
<font face="Geneva, Arial, Helvetica">
<center>
<APPLET archive="escape.jar" code="escape.Main" width="800" height="600">
<PARAM name="java_arguments" value="-Xmx1024m"/>
<PARAM name="image" value="loading.gif"/>
<PARAM NAME="centerimage" VALUE="true"/>
<PARAM name="boxbgcolor" value="#FFFFFF"/>
<PARAM NAME="boxborder" VALUE="false"/>
<PARAM name="separate_jvm" value="true"/>
You need Java installed to play this game.
You may use the button below to get it.
<a href="http://java.com/download" onclick="window.open( this.href ); return false"><img src="http://java.com/en/img/everywhere/getjava_lg.gif" alt="Get Java" style="border-style: none"></a>
</APPLET>
</center>
</font>
</body>
</html>