My sister has Apraxia of speech. This means that she has a hard time talking. I planned to made a project when i was little that tested how well could understand her, but failed due to lack of technology. I now have scratch 1.4 and the technology has been invented so i could finish the test. It took me 3 days to recreate compared to the approximate 35 days previously with scratch 1.0. I posted the project on scratch so now every body can test themselves.
wanna see it? of course you do!click here to see the most amazing test on scratch!
Offline
TVflea wrote:
My sister has Apraxia of speech. This means that she has a hard time talking. I planned to made a project when i was little that tested how well could understand her, but failed due to lack of technology. I now have scratch 1.4 and the technology has been invented so i could finish the test. It took me 3 days to recreate compared to the approximate 35 days previously with scratch 1.0. I posted the project on scratch so now every body can test themselves.
wanna see it? of course you do!click here to see the most amazing test on scratch!
bixby
underwear
moo
pie
Offline
i dont see how its the most amazing test on scratch
Offline
i`m tvfleas sister
Offline
bixby_the_panda wrote:
i`m tvfleas sister
good job
Offline
ISDO wrote:
<when green flag clicked>
<forever>
<if>
<key[ space ] pressed?><say[ ]for( I Dance like the gummy bears )secs>]
you mean
[block]<forever>
<if>
<key[ space ] pressed?><say[ I Dance like the gummy bears ]for( 2 )secs>[/block]
Last edited by TVflea (2011-04-02 21:14:48)
Offline
TVflea wrote:
ISDO wrote:
<when green flag clicked>
<forever>
<if>
<key[ space ] pressed?><say[ ]for( I Dance like the gummy bears )secs>]you mean
[block]<forever>
<if>
<key[ space ] pressed?><say[ I Dance like the gummy bears ]for( 2 )secs>[/block]
yep.that's correct
Offline
<when green flag clicked>
<forever>
<if><( <mouse y> <>> 100 )>
<set{ y vol }to( -1 }>
<end>
<if><( <mouse y> <<> 100 )>
<set{ y vol }to( 1 }>
<end>
<if><touching[ Mouse pointer ]>
<change y by( y vol )>
<say[ hehe that tickles ]for( 1 )secs>
<end>
<end>
tehe
Last edited by killa24721 (2011-04-03 03:22:11)

Offline
killa24721 wrote:
<when green flag clicked>
<forever>
<if><( <mouse y> <>> 100 )>
<set{ y vol }to( -1 }>
<end>
<if><( <mouse y> <<> 100 )>
<set{ y vol }to( 1 }>
<end>
<if><touching[ Mouse pointer ]>
<change y by( y vol )>
<say[ hehe that tickles ]for( 1 )secs>
<end>
<end>[/blocks]
tehe
neat
Offline
Offline
killa24721 wrote:
<when green flag clicked>
<forever>
<if><( <mouse y> <>> 100 )>
<set{ y vol }to( -1 }>
<end>
<if><( <mouse y> <<> 100 )>
<set{ y vol }to( 1 }>
<end>
<if><touching[ Mouse pointer ]>
<change y by( y vol )>
<say[ hehe that tickles ]for( 1 )secs>
<end>
<end>
tehe
what does that script do?
Offline
scriptY wrote:
killa24721 wrote:
<when green flag clicked>
<forever>
<if><( <mouse y> <>> 100 )>
<set{ y vol }to( -1 }>
<end>
<if><( <mouse y> <<> 100 )>
<set{ y vol }to( 1 }>
<end>
<if><touching[ Mouse pointer ]>
<change y by( y vol )>
<say[ hehe that tickles ]for( 1 )secs>
<end>
<end>
tehewhat does that script do?
[/block]i think it does stuff
Offline
TVflea wrote:
scriptY wrote:
killa24721 wrote:
<when green flag clicked>
<forever>
<if><( <mouse y> <>> 100 )>
<set{ y vol }to( -1 }>
<end>
<if><( <mouse y> <<> 100 )>
<set{ y vol }to( 1 }>
<end>
<if><touching[ Mouse pointer ]>
<change y by( y vol )>
<say[ hehe that tickles ]for( 1 )secs>
<end>
<end>
tehewhat does that script do?
[/block]i think it does stuff
how discriptive
Offline
ian528 wrote:
I barely understand.
![]()
ditto
Offline
scriptY wrote:
TVflea wrote:
scriptY wrote:
what does that script do?
[/block]i think it does stuff
how discriptive
you wernt ment to be abel to understand it
i was seeing who could fix it but aparently not
ive fixed it tho so u can read properly.
copy what i did onto a ball or something u will see
although it should be like this...
<when green flag clicked>
<forever>
<if><( <y position> <>> 100 )>
<set{ y vol }to( -1 }>
<end>
<if><( <y position> <<> -100 )>
<set{ y vol }to( 1 }>
<end>
<if><touching[ Mouse pointer ]>
<change y by( y vol )>
<end>
<end>
<when green flag clicked>
<forever>
<if><touching[ Mouse pointer ]>
<say[ hehe that tickles ]for( 1 )secs>
<end>
<end>
Tip: if u have things that take time in a script that u want to work without lag put them seperate
eg ^ my post
Last edited by killa24721 (2011-04-03 19:22:50)

Offline