//-------------------------------------------------------------------//
//
//	Microsoft Agent Character Description
//
//	Character Version 2.1
//	Copyright (c) 1996-98, Microsoft Corporation
//
//-------------------------------------------------------------------//

DefineCharacter

	DefineInfo 0x0009
		Name = "Character"
	EndInfo

	GUID = {3F5237FC-9857-49D1-ADA4-895DE7CC1E82}
	Icon = "C:\Users\ashle\Downloads\boris-master\boris-master\icon.ico"
	Width = 128
	Height = 128
	Transparency = 255
	DefaultFrameDuration = 10
	Style = AXS_VOICE_TTS | AXS_BALLOON_ROUNDRECT
	TTSEngineID = {CA141FD0-AC7F-11D1-97A3-0060082730FF}
	TTSModeID = {CA141FD0-AC7F-11D1-97A3-006008273002}
	TTSLangID = 0x0409
	TTSGender = 2
	TTSAge = 30
	TTSStyle = "Business"
	ColorTable = "C:\Users\ashle\Downloads\Boris desktop screenmate.bmp"

EndCharacter

//-------------------------------------------------------------------//

DefineBalloon
	NumLines = 2
	CharsPerLine = 28
	FontName = "MS Sans Serif"
	FontHeight = 10
	ForeColor = 00000000
	BackColor = 00e1ffff
	BorderColor = 00646464
EndBalloon

//-------------------------------------------------------------------//

DefineAnimation "Animation 1"

	TransitionType = 2

	DefineFrame
		Duration = 10
		DefineImage
			Filename = "C:\Users\ashle\Downloads\Boris desktop screenmate.bmp"
		EndImage
	EndFrame

EndAnimation

//-------------------------------------------------------------------//

DefineAnimation "Animation 2"

	TransitionType = 2

	DefineFrame
		Duration = 10
		DefineImage
			Filename = "C:\Users\ashle\Downloads\Boris desktop screenmate.bmp"
		EndImage
	EndFrame

EndAnimation

//-------------------------------------------------------------------//

DefineState "Showing"
	Animation = "Animation 1"
	Animation = "Animation 2"
EndState

//-------------------------------------------------------------------//

DefineState "Hiding"
	Animation = "Animation 2"
EndState

//-------------------------------------------------------------------//

