Discuss Scratch

bus43
New to Scratch
27 posts

♚ Introduce Yourself Here! ♔

This is good and is helpful.

bus43
New to Scratch
27 posts

♚ Introduce Yourself Here! ♔

Poseidon95 wrote:

hey i need help with stuff

What do you need Help With? I am @bus43
ScratchFighter64
Scratcher
8 posts

♚ Introduce Yourself Here! ♔

Hi.

I'm relatively new to Scratch. I recently played “-Survival- A Game” and I was wondering how he made the text slowly fade onto the screen. I feel like there is a really simple solution to it and I feel stupid. plz help.
bus43
New to Scratch
27 posts

♚ Introduce Yourself Here! ♔

ScratchFighter64 wrote:

Hi.

I'm relatively new to Scratch. I recently played “-Survival- A Game” and I was wondering how he made the text slowly fade onto the screen. I feel like there is a really simple solution to it and I feel stupid. plz help.

Could you type in the link to the game?
bus43
New to Scratch
27 posts

♚ Introduce Yourself Here! ♔

bus43 wrote:

ScratchFighter64 wrote:

Hi.

I'm relatively new to Scratch. I recently played “-Survival- A Game” and I was wondering how he made the text slowly fade onto the screen. I feel like there is a really simple solution to it and I feel stupid. plz help.

I found it. There is a lot to it but i will try to tell you.

You have to take the sprites with the script underneath to your backpack.

define Print (text) with cordinants (X) and (Y) and size (Scale) with print time (Time)
delete (all v) of [letters v]
set [Print letter next v] to [0]
set [Next letter scan v] to [0]
set [Print] to (print)
repeat (length of (print))
change [Next letter Scan v] by (1)
end
add (letter (next letter scan) of [(print)]) to [letters v]
go to x: (X) y: (Y)
switch costume to [(item (1 v) of [Letters v] :: list) v]
set size to (scale) %
repeat (length of (print))
change x by ((Scale) / (14))
change [ Print Letter Next] by (1)
switch costume to [(item ((print letter next) v) of [list v] :: list) v]
wait (time) secs
create clone of [myself v]
end

Last edited by bus43 (June 17, 2017 12:10:12)

bus43
New to Scratch
27 posts

♚ Introduce Yourself Here! ♔

bus43 wrote:

bus43 wrote:

ScratchFighter64 wrote:

Hi.

I'm relatively new to Scratch. I recently played “-Survival- A Game” and I was wondering how he made the text slowly fade onto the screen. I feel like there is a really simple solution to it and I feel stupid. plz help.

I found it. There is a lot to it but i will try to tell you.

You have to take the sprites with the script underneath to your backpack.

define Print (text) with cordinants (X) and (Y) and size (Scale) with print time (Time)
delete (all v) of [letters v]
set [Print letter next v] to [0]
set [Next letter scan v] to [0]
set [Print] to (text)
repeat (length of (print))
change [Next letter Scan v] by (1)
end
add (letter (next letter scan) of [(print)]) to [letters v]
go to x: (X) y: (Y)
switch costume to [(item (1 v) of [Letters v] :: list) v]
set size to (scale) %
repeat (length of (print))
change x by ((Scale) / (14))
change [ Print Letter Next] by (1)
switch costume to [(item ((print letter next) v) of [list v] :: list) v]
wait (time) secs
create clone of [myself v]
end
the bit that says time in orange is supposed to be time in blue (near the end of the script)

Last edited by bus43 (June 17, 2017 12:12:19)

Elizdancer97
Scratcher
72 posts

♚ Introduce Yourself Here! ♔

even though i'm a new scratcher, i only know a little bit of stuff there is to know on scratch. but, i have a chemistry experiament for you to try. mix a teaspoon of baking powder with a few drops of any food coloring. (you should probably do the mixing on a ziploc bag) wait until all the bubbles are gone, and then try painting with a plastic straw! (the reason you Should Not use a paintbrush is because the mixture will dry in it, and it is very hard to get out. making the paintbrush useless. but if you use a straw, the “paint” will wash right off with water) have fun painting, and let me know how it works!
;););););););););):P:P:P:lol::lol::lol::rolleyes::rolleyes::rolleyes::):):)[quote][/quote]
when green flag clicked
say [try this project and let me know how it works!] for (4:):):):):):):):)) secs
GreenData
Scratcher
52 posts

♚ Introduce Yourself Here! ♔

Hello there !

I'm GreenData, a French of 15 years old that wants to become programming engineer in the future.
I like programming, making music and like lot of guys video games.
I discovered scratch a year ago with school, I started to programm myself a few months ago, And now I joined the website !
Finally, my objective here is to become experimented in programming by learning trough Scratch language, and to create and share a full game that is great and have lot of stuff, by developping it trough the time. If the game become very good and if guys like it, I planed also to maybe convert the game into a real programm (.exe, .jar, .html, .apk …).
I actually work on the BETA 0.1 of the game, but what it contains is a surprise !

I already created a project that introduce me, and there you can discover my actual capacities in Scratch, or just ask me questions !

That's all, so bye to you (maybe see you soon ?) and have fun on Scratch !

when green flag clicked
forever
Have fun on Scratch !
end

Last edited by GreenData (June 17, 2017 16:29:41)


I hope I helped you, and have fun on Scratch ! You can check some of my projects here :

..
……Slid'in !………….About me
bus43
New to Scratch
27 posts

♚ Introduce Yourself Here! ♔

GreenData wrote:

Hello there !

I'm GreenData, a French of 15 years old that wants to become programming engineer in the future.
I like programming, making music and like lot of guys video games.
I discovered scratch a year ago with school, I started to program myself a few months ago, And now I joined the website !
Finally, my objective here is to become experimented in programming by learning trough Scratch language, and to create and share a full game that is great and have lot of stuff, by developing it trough the time. If the game become very good and if guys like it, I planed also to maybe convert the game into a real program (.exe, .jar, .html, .apk …).
I actually work on the BETA 0.1 of the game, but what it contains is a surprise !

I already created a project that introduce me, and there you can discover my actual capacities in Scratch, or just ask me questions !

That's all, so bye to you (maybe see you soon ?) and have fun on Scratch !

Welcome to Scratch GreenData. I hope you like it here, if you are stuck with something, just ask me! Scratch On!

bus43 (scratch user)

when green flag clicked
say [welcome to scratch!] for (4) secs
change [how many scratchers are there? v] by (1)
Elizdancer97
Scratcher
72 posts

♚ Introduce Yourself Here! ♔

i'm american.
bus43
New to Scratch
27 posts

♚ Introduce Yourself Here! ♔

Elizdancer97 wrote:

i'm american.

Hello and I hope you like scratch, you have been here for a phew months now!

Scratch on! bus43
LifeIsEpic
Scratcher
61 posts

♚ Introduce Yourself Here! ♔

Hi! I am LifeIsEpic. I was on Scratch before but I took a super long break. Isn't Scratch sooooo fun!? How do you add Scratch Blocks to your posts? Scratch is epic!!! (so is life). I like to swim, do gymnastics, and code.

Meep
Divergent-Fangirl
Scratcher
1 post

♚ Introduce Yourself Here! ♔

Hi everyone! As you can tell, I'm Divergent-Fangirl! Here are some things that you might want to know about me:
-I am female
-I joined Scratch less than a week ago
-I found out about Scratch after a guest speaker showed my class the basics of computer programming using Scratch. Later I was interested in the program and made an account.
-I'm a proud fangirl! I'm in the Warrior Cats, Harry Potter, Hunger Games, Divergent and John Green books (mostly TFIOS) Fandoms!
-I am in Ravenclaw House, and I'm Divergent (Amity/Erudite)
-My hobbies are reading, writing, drawing and playing on the computer
Well, I think that just about covers it!
ThePalmTree_
Scratcher
100+ posts

♚ Introduce Yourself Here! ♔

Divergent-Fangirl wrote:

Hi everyone! As you can tell, I'm Divergent-Fangirl! Here are some things that you might want to know about me:
-I am female
-I joined Scratch less than a week ago
-I found out about Scratch after a guest speaker showed my class the basics of computer programming using Scratch. Later I was interested in the program and made an account.
-I'm a proud fangirl! I'm in the Warrior Cats, Harry Potter, Hunger Games, Divergent and John Green books (mostly TFIOS) Fandoms!
-I am in Ravenclaw House, and I'm Divergent (Amity/Erudite)
-My hobbies are reading, writing, drawing and playing on the computer
Well, I think that just about covers it!
cool
ScratchFighter64
Scratcher
8 posts

♚ Introduce Yourself Here! ♔

bus43 wrote:

bus43 wrote:

bus43 wrote:

ScratchFighter64 wrote:

Hi.

I'm relatively new to Scratch. I recently played “-Survival- A Game” and I was wondering how he made the text slowly fade onto the screen. I feel like there is a really simple solution to it and I feel stupid. plz help.

I found it. There is a lot to it but i will try to tell you.

You have to take the sprites with the script underneath to your backpack.

define Print (text) with cordinants (X) and (Y) and size (Scale) with print time (Time)
delete (all v) of [letters v]
set [Print letter next v] to [0]
set [Next letter scan v] to [0]
set [Print] to (text)
repeat (length of (print))
change [Next letter Scan v] by (1)
end
add (letter (next letter scan) of [(print)]) to [letters v]
go to x: (X) y: (Y)
switch costume to [(item (1 v) of [Letters v] :: list) v]
set size to (scale) %
repeat (length of (print))
change x by ((Scale) / (14))
change [ Print Letter Next] by (1)
switch costume to [(item ((print letter next) v) of [list v] :: list) v]
wait (time) secs
create clone of [myself v]
end
the bit that says time in orange is supposed to be time in blue (near the end of the script)

Thanks!
Elizdancer97
Scratcher
72 posts

♚ Introduce Yourself Here! ♔

have any of you tried out my baking powder paint recipe? (see above)
squirrel-overlord-08
Scratcher
13 posts

♚ Introduce Yourself Here! ♔

What do you need help with?

when green flag clicked
say [Hello!] for (2) secs
stop [all]
BY147258369
Scratcher
1000+ posts

♚ Introduce Yourself Here! ♔

Hey guys, please ask for help in the Questions about Scratch or the Help with Scrips forum! Thanks!

karthikgovindan
Scratcher
1 post

♚ Introduce Yourself Here! ♔

Hi

Good day to all!

I am Karthik Govindan, and my latest project adapted from Bradgames project is at https://scratch.mit.edu/projects/147236215/

Please see if you like it

Thanks
Karthik
jasobnscratch3451
Scratcher
62 posts

♚ Introduce Yourself Here! ♔

when green flag clicked
say [Welcome to scratch!!!!!]
say [Go to https://scratch.mit.edu/studios/4101708/ and comment on this studio to make friends on scratch if you don't have friends.]
ask [Do you have no friends?] and wait
if <(answer) = [Yes]> then
say [Go to https://scratch.mit.edu/studios/4101708/ and comment on this studio to make friends
change [People who has no friends v] by [1]
else
ask [Do just you want to curate this studio?] and wait
if <(answer) = [Yes]> then
say [Follow this studio to curate this studio.]
else
create clone of [Scratchers v]
Look at the chromatic blocks!!!!!
if <([Scratcher v]) = (New)> then
Say [Welcome to Scratch!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Attendent
Make it old!!!!!!!!
end
Curate this scratcher in [Friend studio!!!!!!!!!] studio
define Curate this scratcher in [Friend studio!!!!!!!!!] studio
move [10] steps
broadcast [Curate!!!!!!!!!!!!!!!!!!!! v]
end
when this sprite clicked
[quote] Bill
Make it longer!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[/quote]

When stage clicked
Move [10] steps
stop [this script]

Powered by DjangoBB