I use 'obj' which is easy to make as a mob look alike.
I take it that you are new around these parks. Obj would move to a new location easily without little amount of work. Hope my tip helps you!
Also, I;ve never tried. But couldn't you assign a new location to a particular turf? Like, oooh he's standing on the turf, let's do this.
for(var/turf/t in oview(0))
t.x+=1
Yeah I am not quiet sure since I never like use turfs since they're terrible to use in my eyes. Anyways, again, hope something works out...using my tip will help you out more than actually finding ways to make turfs move.
Explain what? If you don't know what "while" is, then you need to follow these steps:
1. Open dream maker
2. Type "while" somewhere in your code
3. Press F1
If you have a specific question after that, -then- post it. In general I recommend that you press F1 often, because as a beginning programmer you just don't know the names of built-in variables and functions, let alone the details about how they work and how to use them. The reference gives you access to all of that in various organized forms - so use it.