Download this file: http://langintro.com/kintro.zip and unzip it into a directory of your choosing.
You can start the tutorial by double-clicking the
index.htm file in the kintro directory.
This will start your browser, and the tutorial will run in your
browser exactly as if you were online.
If you can't double-click the index file, or it doesn't start the browser when you do so, then do this:
File menukintro folder and open the
index.htm file.This section is for those people who wish to write Javascript code to manipulate the syllable images, or wish to understand the code they've downloaded. If you're not a programmer, you may safely ignore this information.
Each syllable's image has the name consisting of the letter s followed by a number which is generated by this formula:
number = (begin_consonant-1) * 588 + (vowel-1) * 28 + (end_consonant) + 1
followed by the suffix .png
The begin_consonant is the number of the first consonant as shown in the
table below:
The vowel number is given according to this table:
The end_consonant is given as shown in this table (if there is no end consonant,
use a value of zero).