Discuss Scratch

cwkalex6070
Scratcher
15 posts

List

(TELL ME IF THIS IS COUNFUSING)

Im trying to make a player id, but cant find how, i have the script in a sprite named “HELP” and what it is is finding letters of a username and then putting them in the name, and then it goes into setting the actual id and thats where im stumped. i want to make it find the letter (thats id letter variable) thats in the list of letters (named letters) and figure out what spot it is in, say the kletter was “A” then i want it to add 1 to the end. I think im fine after that, but i just want to get that done and take baby steps. thanks for helping me. HAVE FUN SCRATCHING ALL!


https://scratch.mit.edu/projects/187249832/#player

(sprite HELP has the script) thanks

Last edited by cwkalex6070 (Nov. 25, 2017 01:14:50)

StrangeMagic32
Scratcher
1000+ posts

List

cwkalex6070 wrote:

(TELL ME IF THIS IS COUNFUSING)

Im trying to make a player id, but cant find how, i have the script in a sprite named “HELP” and what it is is finding letters of a username and then putting them in the name, and then it goes into setting the actual id and thats where im stumped. i want to make it find the letter (thats id letter variable) thats in the list of letters (named letters) and figure out what spot it is in, say the kletter was “A” then i want it to add 1 to the end. I think im fine after that, but i just want to get that done and take baby steps. thanks for helping me. HAVE FUN SCRATCHING ALL!


https://scratch.mit.edu/projects/187249832/#player

(sprite HELP has the script) thanks

Could you phrase it a bit differently?


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
cwkalex6070
Scratcher
15 posts

List

StrangeMagic32 wrote:

cwkalex6070 wrote:

(TELL ME IF THIS IS COUNFUSING)

Im trying to make a player id, but cant find how, i have the script in a sprite named “HELP” and what it is is finding letters of a username and then putting them in the name, and then it goes into setting the actual id and thats where im stumped. i want to make it find the letter (thats id letter variable) thats in the list of letters (named letters) and figure out what spot it is in, say the kletter was “A” then i want it to add 1 to the end. I think im fine after that, but i just want to get that done and take baby steps. thanks for helping me. HAVE FUN SCRATCHING ALL!


https://scratch.mit.edu/projects/187249832/#player

(sprite HELP has the script) thanks

Could you phrase it a bit differently?

i need to find what the letter is (i think i got that) but then find what letter that is in the alphabet (list name: letters)
StrangeMagic32
Scratcher
1000+ posts

List

cwkalex6070 wrote:

StrangeMagic32 wrote:

cwkalex6070 wrote:

(TELL ME IF THIS IS COUNFUSING)

Im trying to make a player id, but cant find how, i have the script in a sprite named “HELP” and what it is is finding letters of a username and then putting them in the name, and then it goes into setting the actual id and thats where im stumped. i want to make it find the letter (thats id letter variable) thats in the list of letters (named letters) and figure out what spot it is in, say the kletter was “A” then i want it to add 1 to the end. I think im fine after that, but i just want to get that done and take baby steps. thanks for helping me. HAVE FUN SCRATCHING ALL!


https://scratch.mit.edu/projects/187249832/#player

(sprite HELP has the script) thanks

Could you phrase it a bit differently?

i need to find what the letter is (i think i got that) but then find what letter that is in the alphabet (list name: letters)
Okay thanks. I will get right on that.


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
cwkalex6070
Scratcher
15 posts

List

cwkalex6070 wrote:

StrangeMagic32 wrote:

cwkalex6070 wrote:

(TELL ME IF THIS IS COUNFUSING)

Im trying to make a player id, but cant find how, i have the script in a sprite named “HELP” and what it is is finding letters of a username and then putting them in the name, and then it goes into setting the actual id and thats where im stumped. i want to make it find the letter (thats id letter variable) thats in the list of letters (named letters) and figure out what spot it is in, say the kletter was “A” then i want it to add 1 to the end. I think im fine after that, but i just want to get that done and take baby steps. thanks for helping me. HAVE FUN SCRATCHING ALL!


https://scratch.mit.edu/projects/187249832/#player

(sprite HELP has the script) thanks

Could you phrase it a bit differently?

i need to find what the letter is (i think i got that) but then find what letter that is in the alphabet (list name: letters)

But thanks, sorry to waste your time on something that i was able to fix, have a good day



NVM (i fixed it)

Last edited by cwkalex6070 (Nov. 25, 2017 23:30:09)

StrangeMagic32
Scratcher
1000+ posts

List

cwkalex6070 wrote:

cwkalex6070 wrote:

StrangeMagic32 wrote:

cwkalex6070 wrote:

(TELL ME IF THIS IS COUNFUSING)

Im trying to make a player id, but cant find how, i have the script in a sprite named “HELP” and what it is is finding letters of a username and then putting them in the name, and then it goes into setting the actual id and thats where im stumped. i want to make it find the letter (thats id letter variable) thats in the list of letters (named letters) and figure out what spot it is in, say the kletter was “A” then i want it to add 1 to the end. I think im fine after that, but i just want to get that done and take baby steps. thanks for helping me. HAVE FUN SCRATCHING ALL!


https://scratch.mit.edu/projects/187249832/#player

(sprite HELP has the script) thanks

Could you phrase it a bit differently?

i need to find what the letter is (i think i got that) but then find what letter that is in the alphabet (list name: letters)

But thanks, sorry to waste your time on something that i was able to fix, have a good day



NVM (i fixed it)
Oh okay XD sounds good

(you wasted none of my time because I was pretty confused by what it was supposed to do )

Last edited by StrangeMagic32 (Nov. 25, 2017 23:32:20)



“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
Th3DiamondMin3craft
Scratcher
100+ posts

List

cwkalex6070 wrote:

(TELL ME IF THIS IS COUNFUSING)

Im trying to make a player id, but cant find how, i have the script in a sprite named “HELP” and what it is is finding letters of a username and then putting them in the name, and then it goes into setting the actual id and thats where im stumped. i want to make it find the letter (thats id letter variable) thats in the list of letters (named letters) and figure out what spot it is in, say the kletter was “A” then i want it to add 1 to the end. I think im fine after that, but i just want to get that done and take baby steps. thanks for helping me. HAVE FUN SCRATCHING ALL!


https://scratch.mit.edu/projects/187249832/#player

(sprite HELP has the script) thanks


so, you want to be able to store a username into a list letter by letter and then be able to use that?


((((((((((((drained infinity :: grey) :: grey) :: grey) :: grey) :: grey) :: grey) :: grey) :: grey) :: grey) :: grey) :: grey) :: grey)

Powered by DjangoBB