Animation for an Agent in C#
-
I am creating an organizer with basic add/delete/edit functions. I need to create an animated agent which talks to the user. I am stuck. Any help guys? I'm really stuck :confused:
-
What is it that you are stuck with exactly? Have you tried one of the CodeProject articles[^] on the subject?
Bastard Programmer from Hell :suss:
why not just ask Clippy, it is his job after all? :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
-
why not just ask Clippy, it is his job after all? :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
Sadly, (s)he passed away several years ago...[^] :((
Mark Salsbery :java:
-
Sadly, (s)he passed away several years ago...[^] :((
Mark Salsbery :java:
I used to like his antics!
The difficult we do right away... ...the impossible takes slightly longer.
-
What is it that you are stuck with exactly? Have you tried one of the CodeProject articles[^] on the subject?
Bastard Programmer from Hell :suss:
I am not too sure where to start, I have created a project in c# which is an organizer. I now need to add the agent to this which will make it easier for a user to use the software created. It must be animated and be able to speak to the user through a verbal means. I have looked at some articles but I still am confused. I am using Visual Studio 2010 c# Express and wondered what ways I could incoorperate an animated agent into this
-
I am not too sure where to start, I have created a project in c# which is an organizer. I now need to add the agent to this which will make it easier for a user to use the software created. It must be animated and be able to speak to the user through a verbal means. I have looked at some articles but I still am confused. I am using Visual Studio 2010 c# Express and wondered what ways I could incoorperate an animated agent into this
macantony wrote:
I am not too sure where to start
By reading the article I linked; it explains how to program against the Agent API.
macantony wrote:
I have looked at some articles but I still am confused.
Well, if it's something specific that you're confused about then we can look into that. If the concept is still vague, then you'd have to follow one of the articles from top to bottom. Programming an agent isn't explained with a few code-snippets, but you could have a nice result in a few days if you follow the article.
Bastard Programmer from Hell :suss: