How to make a spinwheel?

Hi all. We are a group of kids working on a thunkable project. We were making a game, when we realized that we needed a spinwheel. So for our spinwheel, we were planning to put an additional text input to allow the user to type in the number of players. Using that, our wheel has to create that many portions, for example, the user types the number 5. The wheel should be split into 5 parts and each part has to have one player such as player 1, player 2, etc… But, we have no idea how to make it work. We checked many sources but could not find out. Please help us.

Regards,
Puttur Technovators

Instead of splitting the wheel, draw 5 different wheels (or as many wheels as the max number of players) and replace the wheel image with the correct split image.

1 Like