...instead of using paths, you could have simply moved the entity...

Code:

ACTION Button
{
while(my)
{
// change 10 to the speed
my.x -= 10*time_step;
//
wait(1);
}
}




xXxGuitar511
- Programmer