Discuss Scratch
- Discussion Forums
- » Project Ideas
- » Building Your Project Idea ↪ One Block at a Time
- Glassman196
-
26 posts
Building Your Project Idea ↪ One Block at a Time
5
say [Scratch Coding Is The Best! :D]
- dirpydragon976
-
5 posts
Building Your Project Idea ↪ One Block at a Time
when green flag clicked
if <> then
(fart)
endwhen green flag clicked
if <> then{
(Fart)
} :: control
(Help me)
- galladethe3rd
-
47 posts
Building Your Project Idea ↪ One Block at a Time
i need an idea for pixel art for my friends game, can a chad out here help me?
- phuchung6v3
-
57 posts
Building Your Project Idea ↪ One Block at a Time
attractions
when this sprite clicked
create clone of [attraction]
when I start as a clone
wait until <><not <>><mouse down?>
repeat until <>
<mouse down?>
go to [mouse-pointer]
end
- phuchung6v3
-
57 posts
Building Your Project Idea ↪ One Block at a Time
I will tell you how to make a sprit say every word: scratch.mit.edu/projects/794524518/
first write the letter you want to make:
first write the letter you want to make:
when green flag clicked
show
broadcast [hello]
set [message] to [0]
say(hello)slowly
say(byebye)slowly
hide
broadcast [now]
define say(message) slowly
set [message of letter] to [1]
set [message] to []
repeat (length of (message))
say (join (message) (letter (message of letter) of (message)))
play sound [coin]
set [message] to (join (message) (letter (message of letter) of (message)))
change [message of letter] by (1)
wait (0.08) secs
wait (1) secs
end
- phuchung6v3
-
57 posts
Building Your Project Idea ↪ One Block at a Time
how to make a gif
search this link https://giphy.com/explore/giif
next you be able to make a code
first you upload your gif:
next the code is:
search this link https://giphy.com/explore/giif
next you be able to make a code
first you upload your gif:
next the code is:
when green flag clickedhttps://scratch-mit-edu.ezproxyberklee.flo.org/projects/802428271/
set [color] effect to (0)
switch costume to [giphy1]
repeat ((110) * (pick random (1) to (23))) (depending on the number of costumes)
wait (0) secs
set [brightness] effect to (0)
next costume
end
switch costume to [giphy2]
repeat (0)
change [ghost] effect by (10)
end
end
- phuchung6v3
-
57 posts
Building Your Project Idea ↪ One Block at a Time
scratch is best
say [scratch is best]
- KIXEMaster786
-
13 posts
Building Your Project Idea ↪ One Block at a Time
say (item ((pick random (1) to (30)) ) of [list ] :: list) for (2) secs
add [Your script] to [list v]
the “your script” is to put 30 items in the list that can be named anything
Last edited by KIXEMaster786 (April 27, 2023 14:40:54)
- phuchung6v3
-
57 posts
Building Your Project Idea ↪ One Block at a Time
hellohello????????????????????????????? Answer pls?????????I usually use:It's a stylistic choice. I personally prefer roman numerals.Oh no, you've figured it out!OCD much?Hmm, may I suggest removing either the period (or full-stop, whatever you call it) or the bracket (or parentheses, whatever you call it) on the numbered segments of the “list” format of stuff? What I mean is changing “1.)” to either “1)” or “1.”. I've never seen both used in a single list before, and I've seen lots in textbooks, school papers, etc.I've requested for this to be stickied. Really nice guide!
Thank you! The team worked for a very long time to get this one just right!.
If you don't want to change that, that's fine.I have always written it with both. Either one of the others looks quite strange xD.
What do you think -Lite-?
1.
a)
- KIXEMaster786
-
13 posts
Building Your Project Idea ↪ One Block at a Time
Stop!!!!!!!!!!!!!!!!!!!!!!!!!! one more time = reportinghellohello????????????????????????????? Answer pls?????????I usually use:It's a stylistic choice. I personally prefer roman numerals.Oh no, you've figured it out!OCD much?Hmm, may I suggest removing either the period (or full-stop, whatever you call it) or the bracket (or parentheses, whatever you call it) on the numbered segments of the “list” format of stuff? What I mean is changing “1.)” to either “1)” or “1.”. I've never seen both used in a single list before, and I've seen lots in textbooks, school papers, etc.I've requested for this to be stickied. Really nice guide!
Thank you! The team worked for a very long time to get this one just right!.
If you don't want to change that, that's fine.I have always written it with both. Either one of the others looks quite strange xD.
What do you think -Lite-?
1.
a)
- KIXEMaster786
-
13 posts
Building Your Project Idea ↪ One Block at a Time
define (this sprite clicked?)
when green flag clicked
repeat until (this sprite clicked)
say [you cant click me!] for (2) secs
end
this works and when this sprite clicked is an imput
Last edited by KIXEMaster786 (April 27, 2023 15:03:21)
- Discussion Forums
- » Project Ideas
-
» Building Your Project Idea ↪ One Block at a Time