WriterID=124881 -->
<html>
<HEAD><TITLE>kime</TITLE>
<BODY bgColor=#000000 onload=javascript:chplay(); MS_POSITIONING="GridLayout">
<SCRIPT language=javascript>
<!--
var Merlin = null;
var AgentID = "Merlin";
var AgentACS = "merlin.acs";
function ShowC()
{
Merlin.Show();
}
function HideC()
{
Merlin.Hide();
}
function MoveToC(x,y)
{
Merlin.MoveTo(x,y);
}
function SpeakC(text)
{
Merlin.Speak(text);
}
function ThinkC(text)
{
Merlin.Think(text);
}
function PlayC(action)
{
Merlin.Play(action);
}
function chplay()
{
MSAgent = new ActiveXObject("Agent.Control.2"
;
MSAgent.Connected = true;
MSAgent.Characters.Load(AgentID,AgentACS);
Merlin = MSAgent.Characters.Character(AgentID);
Merlin.Balloon.Style = 0x330000F;
Merlin.MoveTo(800,450);
ShowC();
PlayC('Greet');
SpeakC('欢迎来到我的小屋做客。');
}
-->
</SCRIPT></body>
</html>