Pages: 1
Topic closed
alright like I'm making a computer simulator and there is this thing that is been bugging me.
I want when you make a new folder so that you could name it without using that answer thing in sensing. But I don't know how need help.
Offline
Jman1111 wrote:
alright like I'm making a computer simulator and there is this thing that is been bugging me.
I want when you make a new folder so that you could name it without using that answer thing in sensing. But I don't know how need help.
Without the answer block, programming this will be very time consuming.
You're going to have to create an "if key (letter) pressed" script for every letter, and then add a costume with that letter typed in it. Then, if the user presses a key, the sprite with all the letter costumes will have to stamp itself.
Example:
when gf clicked forever if <key [a v] pressed?> switch to costume [a v] stamp change x by (5) //so that letters wont stamp over each other (depends on font size)You will need to create a script like this for every letter, and that's JUST lower case. I would just stick with the answer block, but it's up to you.
Offline
Firstly, why would you not want to use the answer block? Secondly, you could use lists with the answer block, or variables, if you used the answer block. Otherwise, the script by silvershine is probably your best choice.
Offline
Topic closed
Pages: 1