HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... walking Agent
walking Agent
  View type:
Hi All,

how do I make an Agent walk? (I want him to walk out of the window)

First I tried
METHOD - ACTION - WALK RIGHT.
Then the Agent is "walking" but not moving.

Next I tried a combination of
METHOD - ACTION - WALK RIGHT
MOVE-START

But it doesn't work out very nicely. Is there a trick?

Regards
Alexander
 
What I learned so far:

- The MOVE START stops any walking animation.
- You can use walk, if you move the background.
 
 
Hi, Alexander!

It seems to be working, at least in 2.3 version... MOVE does not stop walking. Maybe there are some other actions?

By the way, some hints:
1. Agent turns before walking - it takes some time (1.3-1.5 sec depending on computer's speed). It can be useful to insert this delay before MOVE action. I.e.:
METHOD - ACTION - WALK RIGHT
DELAY - 1.4 sec
MOVE-START

2. Agent "walks" with speed about 100 pixels per second. Please keep it in mind when setting the time of MOVE action. For example, if agent walks right on 300px distance, then time of move should be about 3 sec.
Subject:
Message options
No additional options