I'm not sure what you are asking here, but I'll give it a shot.simarimas wrote:So when someone click on a speech area, it gives an angry/happy variable, and also advances to the next page? Like clicking on an area does?
Both the image target areas, and the text areas have the same three fields that are applicable here. Let's take the scenario where you want the player to say "Wow, You're beautiful!". Clicking on that should move to page2.htm and also make her happy. "girlHappy + 1"
The three fields needed are href, onclick, and title.
In this example, make:
href: page2.htm
onclick: varPlus1('girlHappy')
Title: Wow, you're beautiful!
This is the same for Images in the image map, and for what the player is saying in the table entries section at the bottom of AC.
Hope that helps! If I'm misunderstanding your question, feel free to mock me mercilessly then clarify.

Wolfschadowe