[MWForum]SETPOS

Daniel Ajoy mwforum@lists.mathcats.com
Fri, 18 Mar 2005 12:44:25 -0500


On 18 Mar 2005 at 9:17, Jean Stringer wrote:

> I cannot find a way to do this with the five directions.  I assume they want me to use variables in
> the setpos but I have not found a way to do so.  

to setxy :x :y
setpos list :x :y
end

to hourglass
cg pd
setxy -45 60
setxy 45 60
setxy -45 -60
setxy 45 -60
setxy 0 0
end


Daniel
OpenWorld Learning