Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How can I make share codes
- StarGjikolli
-
55 posts
How can I make share codes
Ikm remaking LittleBigPlanet Generator(a Flash game to promote LittleBigPlanet where you made your own Sackboy and share it with the world) and I’m trying to make a share code feature but I don’t how how that works.
say [Can anyone help me?]
- MineTurte
-
1000+ posts
How can I make share codes
To start oh my god little big planet is so old I haven't heard that name in foreverrr. Anyways if it's pixel art or something similar to that you can use a system similar to something I made in the past (you just have to convert the lists to codes which I can help with). Ikm remaking LittleBigPlanet Generator(a Flash game to promote LittleBigPlanet where you made your own Sackboy and share it with the world) and I’m trying to make a share code feature but I don’t how how that works.Art maker | Image loadersay [Can anyone help me?]
or if it's made completely of presets like where you press arrows to change the main body, head, etc to different premade things, you can just store all of the values from each part to 1 singular variable separated by some character other than numbers. Example: body is costume 2 arms are costume 4 legs are costume 2 head is costume 5, converted into a code would be (with _ being a space between numbers) 2_4_2_5 aka body_arms_legs_head.
Hope this helps!
Last edited by MineTurte (Oct. 2, 2024 13:14:24)
- StarGjikolli
-
55 posts
How can I make share codes
To start oh my god little big planet is so old I haven't heard that name in foreverrr. Anyways if it's pixel art or something similar to that you can use a system similar to something I made in the past (you just have to convert the lists to codes which I can help with). Ikm remaking LittleBigPlanet Generator(a Flash game to promote LittleBigPlanet where you made your own Sackboy and share it with the world) and I’m trying to make a share code feature but I don’t how how that works.Art maker | Image loadersay [Can anyone help me?]
or if it's made completely of presets like where you press arrows to change the main body, head, etc to different premade things, you can just store all of the values from each part to 1 singular variable separated by some character other than numbers. Example: body is costume 2 arms are costume 4 legs are costume 2 head is costume 5, converted into a code would be (with _ being a space between numbers) 2_4_2_5 aka body_arms_legs_head.
Hope this helps!
Can you simplify it for me? That’s a lot to remember
- Discussion Forums
- » Help with Scripts
-
» How can I make share codes