how to make a small platform move in a square formation? possible??
i was wondering if anybody in the community knows how to make a small platform move around in a square formation I'm not sure if it can be done? any wisdom on this topic would be great thanks!
Comments
then move up to(C) x0/y128 then move right to (D)x512/y126 then back down to its original starting spot of x512/y64
make your platform place it at A, then
rule
if self.posx=512 AND self.pos.y =64
interpolate self.posx0
rule
if self.posx=0 AND self.pos.y =64
interpolate self.pos.y 128
rule
if self.posx=0 AND self.pos.y =128
interpolate self.posx512
rule
if self.posx=512 AND self.pos.y =128
interpolate self.posx0
rule
if self.posx=512 AND self.pos.y =128
interpolate self.posy 0