Is it possible to make somthing that you can type in a name and it will become the name of your character (Im making a long RPG) instead of pre-made names?
Offline
Yeah, I'm pretty sure it's possible, but I don't think I know how! (Phooy)
Offline
You could, but it won't be easy as scratch lacks string variables. So you can't save the name as a word variable. I think it would be simpler to just let the user just from a list of names.
Offline
Chalkmarrow has written an entire text handling system, for short text strings. I don't know how hard it would be to graft it on to your project (maybe too hard) but take a look at this
http://scratch.mit.edu/projects/chalkmarrow/81944
Offline
Questie-Rune: It shouldn't be to difficult. If you post a test program I can probably add the string sprites to it so you can see how it's done. I was thinking of making a (much) simplified string for that purpose, just because the one I have now has too many crazy features.
Offline
Questie-Rune: I made a simple project (the "Main" sprite) that demonstrates how to do it:
http://scratch.mit.edu/projects/chalkmarrow/93182
Offline