This is a selector by a carousel style. This is like the following one, but it's horizontal style. https://scratch.mit.edu/projects/1067092584/ You can use this sprite when you want a user to select some item in the list. And then, the values that user selected can be used in your game. * How to use: You just make the costume by the following naming rules. 1. For the parameter name, you have to name it like '1-T'. 1 means the parameter ID number and T means just a title. A parameter ID number is used to distinguish parameters when there are multiple parameters. 2. For the item, you have to name it like '1-1', '1-2', ..., '1-n' for the parameter ID 1. If the item has 6 options, n will be 6. If you have 2nd parameter, the parameter ID is 2 and the options for the ID 2 must be '2-1', '2-2', ..., '2-m'. m means the number of options for the parameter ID 2. In this case, n can be different from m. 3. If you want to make it animation for some option, you have to create the costume with the name of like '1-1-0'. Animation will be done by the costume name from 0 to 7 and this is fixed. For example, if you want to make animaiton for the ID/option of '1-1', you have to prepare totally 8 costumes named as '1-1-0' to '1-1-7'. This sprite was implemented according to these rules, so you can confirm it in the actual sprite.
All materials in this project were created by G14-Jerrydog.