.
// I recommend you leave this here as otherwise when you resize NS4's width menus are hidden.
var popOldWidth = window.innerWidth;
nsResizeHandler = new Function('if (popOldWidth != window.innerWidth) location.reload()');
// This is a quick snippet that captures all clicks on the document and hides the menus
// every time you click. Use if you want.
if (isNS4) document.captureEvents(Event.CLICK);
document.onclick = clickHandle;
function clickHandle(evt)
{
if (isNS4) document.routeEvent(evt);
hideAllBut(0);
}
// This is just the moving command for the example.
function moveRoot()
{
with(menu[0][0].ref) left = ((parseInt(left) < 100) ? 100 : 5);
}
// End -->
David Ogden Stiers Lends His Voice To Gaming World!
Full Story on Myst V
If you haven't played any of the previous Myst games, however, some new characters will also be introduced, including an ancient D'ni elder named Esher (voiced in the game by David Ogden Stiers). He and Yeesha don't see eye to eye on many things, but one thing that's clear is that, for this final chapter, there's a lot riding on your shoulders. "The future of civilization is down to this point," explains Miller, "and the choices you make determine where it goes."
0 Comments:
Post a Comment
<< Home