Discuss Scratch

makethebrainhappy
Scratcher
1000+ posts

Building Your Project Idea ↪ One Block at a Time

jromagnoli wrote:

makethebrainhappy wrote:

jromagnoli wrote:

Nice advice! There are some Grammatical errors though.

In what? The advice?
The advice.

Which parts?
jromagnoli
Scratcher
1000+ posts

Building Your Project Idea ↪ One Block at a Time

FTFY^^

makethebrainhappy wrote:

mratzelster wrote:

I teach 8th grade physical science and I'm having students use Scratch to communicate what they learned about the motion of an object and how it looks on a graph. Sounds sort of boring. I agree so that is why I decided to use Scratch…this is their first try and I made a "template" from which they can copy Sprites that do the basics….and then challenge them to improve.

If you would be willing to give me feedback on how I can make this “better” for them to learn from, I'd really appreciate it.

And I hope this is the right spot to post this request for help. Thanks in advance.


I'm not sure if this would fit a certain style of request, but I will answer nonetheless:

Learning is quite individualized, but here are a few tips for how you could possibly visualize the concepts for your students. As I am unaware of your central theme, I cannot really provide specific advice but you can use your own discretion.

1.) SL Sprite- Currently the code there will sort of visualize linear motion, but I personally feel that is is not the most effective way to go about this. I would recommend splitting this up into two separate scripts. The first would your traditional sprite clicked event.

when this sprite clicked
repeat (10)
say [I move in a straight line] for (4) secs
end

The second would visualize the linear motion as it is being discussed:

when this sprite clicked
repeat (10)
glide (2) secs to x: (180) y: (0)
glide (2) secs to x: (-180) y: (0)
end

2.) Baseball Sprite- I'm not exactly sure what you are trying to simulate here? Parabolic Motion? I would recommend checking out this project about parabolic motion with cannonballs which includes “Instant Replays”- a handy feature for those who wish to review their work.

3.) Grid Drawer- I noticed that you left this comment on that script

“While you can't write this code YET, you can copy it over to your own program.”

If you were looking for Scratch Lessons for your students, then I would like to recommend those on my website. You may also be interested in this synthesis challenge for your students. The platformer tutorial is uses more advanced physics than most of the other tutorials.

Students can use the lessons as a guide and get the project setups by using “See Inside” or “Remixing” them with their own accounts. Hopefully you have found these recommendations helpful. If you have any questions then feel free to write a response.




ROAD TO 10,000 POSTS
████████████████████████████████████████████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64%










If you can read this, my signature cubeupload has been eaten by an evil kumquat!
hehehe!Mytiptopsecrettopicidentifier!ahjdgggfhjadggahjsahasgdjfsdjfga

mratzelster
Scratcher
2 posts

Building Your Project Idea ↪ One Block at a Time

Thank you for taking the time to make suggestions. The Glide move is much easier than I was thinking…it makes using a coordinate graph useful for them. I appreciate your help.
-Galaxii-
Scratcher
10 posts

Building Your Project Idea ↪ One Block at a Time

This really helped
coolduD1232
Scratcher
4 posts

Building Your Project Idea ↪ One Block at a Time

when this sprite clicked       

is the same as

if <<> and <>> then

end
mrbumppo
Scratcher
500+ posts

Building Your Project Idea ↪ One Block at a Time

jromagnoli wrote:

makethebrainhappy wrote:

jromagnoli wrote:

makethebrainhappy wrote:

jromagnoli wrote:

-Lite- wrote:

Where's the glue?
I'll get it! ;D

They haven't responded yet.

I believe that Paddle has been offline for 4 hrs. That's alright. Hopefully it'll be up by tomorrow morning . Anyway! It's time to discuss our next project!
Needs more glue….
Yes.

mrbumppo
The Internet is a weird place, so don't question it.




GMJ-47
Scratcher
2 posts

Building Your Project Idea ↪ One Block at a Time

when this sprite clicked
tokyu2018
Scratcher
43 posts

Building Your Project Idea ↪ One Block at a Time

-delete-

Last edited by tokyu2018 (Aug. 15, 2022 23:46:26)


自信作です。 時間がある方はどうぞ↓
Scratch---Cat
Scratcher
1000+ posts

Building Your Project Idea ↪ One Block at a Time

What can I post in ↪️ this forum?

Download Scratch 2.0 | Check your messages | Check my messages
_____________________________________________________________________________________________________

If you want to subscribe to this forum topic, please click the
{} Follow Discussion :: ring sensing
button below this forum post! Thanks!

tokyu2018
Scratcher
43 posts

Building Your Project Idea ↪ One Block at a Time

-delete-

Last edited by tokyu2018 (Aug. 15, 2022 23:46:45)


自信作です。 時間がある方はどうぞ↓
superphill1
Scratcher
100+ posts

Building Your Project Idea ↪ One Block at a Time

Good job! Lots of detail and good use of images.

Just a computer science student who likes to code.

Stuck for a project idea? Take a trip to 101+ project ideas for help!


tokyu2018
Scratcher
43 posts

Building Your Project Idea ↪ One Block at a Time

-delete-

Last edited by tokyu2018 (Aug. 15, 2022 23:47:00)


自信作です。 時間がある方はどうぞ↓
AANNTTOONNII
Scratcher
1000+ posts

Building Your Project Idea ↪ One Block at a Time

Hmm…
Metalmadcat
New to Scratch
4 posts

Building Your Project Idea ↪ One Block at a Time

m_)
Oh Okay I just finished reading this and noticed many of my questions on previous post were somehow answered….
but still I want to create a megaman type of game.

This is great tips to keep your goals clear. I am definitely considering these all.
tokyu2018
Scratcher
43 posts

Building Your Project Idea ↪ One Block at a Time

-delete-

Last edited by tokyu2018 (Aug. 15, 2022 23:47:12)


自信作です。 時間がある方はどうぞ↓
Gurvan72
Scratcher
100+ posts

Building Your Project Idea ↪ One Block at a Time

@tokyu2018, please STOP SPAMMING
If someone can tell me why the @… doesn't work…

Last edited by Gurvan72 (Dec. 6, 2018 17:03:00)


My custom script shop (english / français)

Define Gurvan72 ::hat custom
Happy ::operators
Helper ::sensing
Make projects ::variables
Want more scratch blocks ::looks
Inkulumo
Scratcher
500+ posts

Building Your Project Idea ↪ One Block at a Time

Gurvan72 wrote:

@tokyu2018, please STOP SPAMMING
If someone can tell me why the @… doesn't work…
@'s don't work on forums.
Jazzbobo
Scratcher
6 posts

Building Your Project Idea ↪ One Block at a Time

turn cw () degrees
turn ccw () degrees
when backdrop switches to [ v]
when [(((pick random () to (10)) - (0)) / (0)) v] key pressed
maudethefraud
Scratcher
75 posts

Building Your Project Idea ↪ One Block at a Time

Existed_Account
Scratcher
11 posts

Building Your Project Idea ↪ One Block at a Time

Thanks for the guide! It will be very helpful of New Scratchers like me on making big projects!

i exist because why not
when green flag clicked
forever
add [scratch] to [favorite stuff v]
end

Powered by DjangoBB