Create a Secret of Mana menu?

How do I…

create a Secret of Mana menu where the items are positioned around a circle and move around the circle clockwise or anticlockwise stopping when the item gets to the previous items position whenever left or right is pressed?

Related screenshots

You could use an object variable and a scene variable tween. This uses an object variable named ID on an object named Item and a scene variable named Angle to place it around an object named Center.

You could manually set the ID. I just didn’t feel like it.

1 Like

thanks for the help I got your solution working! hurray I have set variable ID to global variable Counter got it working with multiple items.

1 Like