Please tell me what I’m doing wrong

Hey :wave:

I’m trying to make a bag swing from left to right using rotation commends on an overlay. The bag I’m using is: FANCY TOTE TERRIER BROWN BLACK.

The bag rotates as it should on the first command but in the second it rotates all the way round even when I remove the minus from the 5.

Can someone tell me what I’m doing wrong??
Thanks

My code:

1 Like

to get from 355 to -5 (or 5), it has to do an almost complete loop. Better to start from 0 and swing between -5 and 5.

@overlay FANCY TOTE TERRIER BROWN BLACK create and overlay FANCY TOTE TERRIER BROWN BLACK opacity 1 and overlay FANCY TOTE TERRIER BROWN BLACK rotates 0 anchor point 0.55 0.95 AND overlay FANCY TOTE TERRIER BROWN BLACK shifts to 192 401 in zone 1

@overlay FANCY TOTE TERRIER BROWN BLACK rotates 5 anchor point 0.55 0.95 in 1
@overlay FANCY TOTE TERRIER BROWN BLACK rotates -5 anchor point 0.55 0.95 in 1
@overlay FANCY TOTE TERRIER BROWN BLACK rotates 0 anchor point 0.55 0.95 in 1

Or this:

@overlay FANCY TOTE TERRIER BROWN BLACK create and overlay FANCY TOTE TERRIER BROWN BLACK opacity 1 and overlay FANCY TOTE TERRIER BROWN BLACK rotates 360 anchor point 0.55 0.95 AND overlay FANCY TOTE TERRIER BROWN BLACK shifts to 192 401 in zone 1

@overlay FANCY TOTE TERRIER BROWN BLACK rotates 355 anchor point 0.55 0.95 in 1
@overlay FANCY TOTE TERRIER BROWN BLACK rotates 365 anchor point 0.55 0.95 in 1
@overlay FANCY TOTE TERRIER BROWN BLACK rotates 360 anchor point 0.55 0.95 in 1

Thanks so much!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.