Is there a way to make variables appear differently? Like, instead of the orange and grey box, just a number or letter?
Offline
Yep, what they said. However, you CAN program your own. If you create a sprite for the first digit, one for the second, one for the third, and so on, the numbers'll work. Letters are a little harder.
Offline
Nope, unfortunately not. You CAN however create lots of sprites with numbered costumes, like in my project Keep it up!
You can download it to see how the score sprite work!
Last edited by RedRocker227 (2011-12-10 04:48:25)
Offline
RedRocker227 wrote:
Nope, unfortunately not. You CAN however create lots of sprites with numbered costumes, like in my project Keep it up!
You can download it to see how the score sprite work!![]()
Can you do it with letters?
Offline
TeamDevise wrote:
RedRocker227 wrote:
Nope, unfortunately not. You CAN however create lots of sprites with numbered costumes, like in my project Keep it up!
You can download it to see how the score sprite work!![]()
Can you do it with letters?
as long as you modify the script accordingly, of course
Offline
aqualung wrote:
TeamDevise wrote:
RedRocker227 wrote:
Nope, unfortunately not. You CAN however create lots of sprites with numbered costumes, like in my project Keep it up!
You can download it to see how the score sprite work!![]()
Can you do it with letters?
as long as you modify the script accordingly, of course
But I don't think it would be able to save...
Offline
TeamDevise wrote:
aqualung wrote:
TeamDevise wrote:
Can you do it with letters?as long as you modify the script accordingly, of course
But I don't think it would be able to save...
save what, the word?
ehh the way im thinking of doing it would require several variables
but everything i do requires several variables
do you think you could elaborate a bit more on what youre trying to do so i can help to my full ability
Offline
aqualung wrote:
TeamDevise wrote:
aqualung wrote:
as long as you modify the script accordingly, of courseBut I don't think it would be able to save...
save what, the word?
ehh the way im thinking of doing it would require several variables
but everything i do requires several variables
do you think you could elaborate a bit more on what youre trying to do so i can help to my full ability
I'm trying to make an astheatically pleasing and effective word processor. I want it to be able to save and be editable after reopening it, but it's not really working... I've started working on it with variables and typing answers in, but I'm not sure how I'm going to get the editing to work...
Offline
TeamDevise wrote:
I'm trying to make an astheatically pleasing and effective word processor. I want it to be able to save and be editable after reopening it, but it's not really working... I've started working on it with variables and typing answers in, but I'm not sure how I'm going to get the editing to work...
ah i see
i believe i saw one really nice word processor in scratch ages ago that saved pages by stamping a little dot of a certain color for every letter in the top corner so that it formed a colorful line that was really your writing encrypted. then when it was time to change a page a new line would start or something. when you'd go back to an old page, a sensory sprite would read the color of the dots in their order to reassemble your writing. it was pretty cool- i didn't really explain it well so if i find a link i'll post it
however, i'm still really not understanding what you're trying to do ;_;
in what way are you working with variables and typing in answers, and what are these answers being typed into?
i'm kind of forming the idea that you're using an ask script to acquire the desired typing, then setting the variable to the answer for safekeeping. is that right?
i'm sorry i don't really catch on quickly. it might be useful for me to visually see the scripts?
Offline