Now I have a new issue (if I ignore the need for workarounds with the
libraries). The splash screen for my does not show any of the text
contained in the html, only the darkened rectangle shows. According to my
browser viewing the source code, my HBS code produces exactly the same
inside the <body>...</body> as does the code in Jacob's example *except*
that in JHS that code is inside some other code that I report below.
<body onload="jevload();" onunload="jevunload();"
onfocus="jevfocus();"><form id="j" name="j" method="post"
action="tgsj"><input type="hidden" name="jdo" value=""><input
type="hidden" name="jlocale" value="tgsj"><input type="hidden" name="jid"
value=""><input type="hidden" name="jtype" value=""><input
type="hidden" name="jmid" value=""><input type="hidden" name="jsid"
value=""><input type="submit" value="" onclick="return false;"
style="display:none;width:0px;height:0px;border:none">
[in here is the identical code which I will add below for more completeness]
</form></body>
Next is the identical code.
<div id="game">
<div class="screen" id="splash-screen">
<h1 class="logo">Jewel <br/>Warrior<h1>
<span>Click to continue</span>
</div>
<div class="screen" id="main-menu"></div>
<div class="screen" id="game-screen"></div>
<div class="screen" id="high-scores"></div>
</div>
So, where is the "Jewel Warrior" and the "Click to continue" hiding?
Thank you,
--
(B=)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm