The "actors" in that line of code is a variable. It can be named anything you want. It's just storing the value that the "MovableMan" function is returning each time the for loop goes through it. You could just as easily use 
Code:
for thing in MovableMan do