<% Option Explicit %> <% Dim m_oHW ' HiddenWords object reference %> Fun 'n' Games!
">Return to Exploration Air Homepage
Fun 'n' Games! Click here to learn how this page works


<% ' Attempt to load the Java component If LoadHiddenWords() = False Then %>

Unable to load the Hidden Words component.

Possible Causes and Remedies
Cause Remedy
Java component not registered. From the command line type:
JavaReg /register /class:HiddenWords /progid:Hidden.Words
Java class files not in the CLASSPATH. Make sure the following files are in your %SystemRoot%\Java\TrustLib directory:
  • HiddenWords.class
  • ChosenWord.class
  • SquareElement.class
  • If they are not you will need to reinstall the Exploration Air sample site.
    Java ASP Component Framework not installed. Chose to install the Software Development Kit when installing Internet Information Server. Then copy the *.class from ...\IISSamples\SDK\Components\Java\Framework to the %SystemRoot%\Java\TrustLib\aspcomp directory. You may need to create the aspcomp directory first.


    ©1997 Microsoft Corporation. All rights reserved. Terms of Use.

    <% Response.End %> <% End If %> <% If Session("IEVersion") >= 4 Then %>
    Hide Instructions
    Name of the Game: Find-the-City

    Objective: Find the cities listed in the gray square among the jumbled letters in the white square.

    How to Play: This is a very simple game. Just locate one of the cities listed at the bottom among the jumbled letters. Once you have located a city, click on the city in the bottom box and then enter its x (column value) and y (row value) coordinates, along with the direction it is facing. If you are correct the letters will be hi-lighted and the city will be removed from the list.

    To win, find all the cities.

    <% ' True means cheat! All hidden words are highlighted! ' False means don't cheat! m_oHW.buildWordSquare False %>
    <% m_oHW.getWordList %>
    <% Function LoadHiddenWords On Error Resume Next Set m_oHW=Server.CreateObject("Hidden.Words") If Err = 0 Then LoadHiddenWords = True Else LoadHiddenWords = False End If End Function %> <% Else %>

    Fun 'n' Games requires Microsoft Internet Explorer 4.0 or better to operate.

     Internet Explorer 4.0 Visit the Microsoft Internet Explorer 4.0 Web site to learn more.

    <% End If %>


    ©1997 Microsoft Corporation. All rights reserved. Terms of Use.