This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2009-01-01 21:48:21

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Easier text input. (Text box style)

Java has text boxes, so why shouldn't scratch? It is an extremely long and boring process to make a number/letter input system, and you could make a simple interface, like enable copying and pasting, and treat it/them like sprites, where you can have "movement" blocks with them, and be able to set what was typed in the box to a variable/list. You should be able to customize them too, like changing there color and shape/size.

Offline

 

#2 2009-01-01 22:08:03

techy
Scratcher
Registered: 2008-12-17
Posts: 100+

Re: Easier text input. (Text box style)

I completely agree... but until then I will work on a textbox code snipet everyone can use...


Guppy Inc. making projects famous!
http://web-geeks.com/techy.gifhttp://web-geeks.com/grid.gifhttp://web-geeks.com/challenge.gif

Offline

 

#3 2009-01-02 10:51:51

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Easier text input. (Text box style)

techy wrote:

I completely agree... but until then I will work on a textbox code snipet everyone can use...

I've tried, but the script is so long, it slows my computer to a stand still. The hard part is doing that with numbers though cause of how number systems work. you can make a sysem that allows 1 digit inpur easy, but 2 digits means that for every "IF key # is pressed, add set input to #", you must have a copy of all the number input "ifs" inside of that "if" for mutiple digit input, so it takes forever.

Offline

 

#4 2009-01-02 11:07:15

techy
Scratcher
Registered: 2008-12-17
Posts: 100+

Re: Easier text input. (Text box style)

AlanProjects wrote:

techy wrote:

I completely agree... but until then I will work on a textbox code snipet everyone can use...

I've tried, but the script is so long, it slows my computer to a stand still. The hard part is doing that with numbers though cause of how number systems work. you can make a sysem that allows 1 digit inpur easy, but 2 digits means that for every "IF key # is pressed, add set input to #", you must have a copy of all the number input "ifs" inside of that "if" for mutiple digit input, so it takes forever.

That is true... i dont think it would be too hard to add that....


Guppy Inc. making projects famous!
http://web-geeks.com/techy.gifhttp://web-geeks.com/grid.gifhttp://web-geeks.com/challenge.gif

Offline

 

Board footer