Discuss Scratch
- Discussion Forums
- » Developing Scratch Extensions
- » Extension:myvoice
- AlProgramer
-
Scratcher
24 posts
Extension:myvoice
When I Talk,for example;hello,
myvoice will say the sprite;
myvoice will say the sprite;
set [PLS v] to [PLEASEE]
- T_0_T
-
Scratcher
14 posts
Extension:myvoice
I think this would be a better way of showing the blocks:
when green flag clicked
forever
if <[voice] = [hello]>> then
set [ spritetalk] to [hello]
when green flag clicked
forever
if <[ spritetalk] = [hello]> then
ask [hello] and wait
end
end
Last edited by T_0_T (Jan. 29, 2026 14:04:02)
- AlProgramer
-
Scratcher
24 posts
Extension:myvoice
I think this would be a better way of showing the blocks:OHK! THX FOR TUTORIAL! THE GIFT IS FOLLOW.when green flag clicked
forever
if <[voice] = [hello]>> then
set [ spritetalk] to [hello]when green flag clicked
forever
if <[ spritetalk] = [hello]> then
ask [hello] and wait
end
end
- Discussion Forums
- » Developing Scratch Extensions
-
» Extension:myvoice