Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do i create a graph in scratch?
- carolinekeating7578
-
New Scratcher
1 post
How do i create a graph in scratch?
I am wondering could you help with creating a graph in scratch. I would like to get the children to create this but need to give an example of how this is done. Great if you can help with this.
Regards,
Caroline
Regards,
Caroline
- Despicable_Dad
-
Scratcher
500+ posts
How do i create a graph in scratch?
Do you mean this sort of thing? https://scratch.mit.edu/projects/146327433/
- footsocktoe
-
Scratcher
1000+ posts
How do i create a graph in scratch?
I am wondering could you help with creating a graph in scratch. I would like to get the children to create this but need to give an example of how this is done. Great if you can help with this.
Regards,
Caroline
Here is the smoothest, most sophisticated version of doing it… https://scratch.mit.edu/projects/55182496/
Finding simple ways for kids shouldn't be too difficult.
- beginner_creator123
-
Scratcher
11 posts
How do i create a graph in scratch?
maybe try
when I receive [ align graph v]
show
set (☁ global y pos) to [0]
set (☁ global x pos) to [0]
forever
set x to ((☁ global x pos) of [Sprite1 v])
change y by ((☁ global y pos) of [graph drawer v])
if <(☁ global x pos) > [your wanted pos v]> then
repeat until <(x position) > [your wanted pos v]>
change (☁ global y pos) by [your wanted amount v]
end
end
if <touching [edge v] ?> then
hide
end
go to x: (☁ global x pos) y: (☁ global y pos)
insert [graph number (1) v] at (length of (amount of graphs done :: list) :: list) of (amount of graphs done :: list)
broadcast [align graph v] and wait
stop [this script v]
end
- S158071fsusdorg
-
Scratcher
100+ posts
How do i create a graph in scratch?
Is there a simpler way, mine does not involve cloud variables here is the game https://scratch.mit.edu/projects/655167461/editor/
- windows11microsoft
-
Scratcher
100+ posts
How do i create a graph in scratch?
hey me make graph point1 use line angle to point two or use algorithm
- Stegie1234
-
Scratcher
100+ posts
How do i create a graph in scratch?
Please don’t necropost ( https://en.scratch-wiki.info/wiki/Necropost ) or post replies unrelated to the topic.
Last edited by Stegie1234 (July 18, 2023 08:46:25)
- Da-thing
-
Scratcher
87 posts
How do i create a graph in scratch?
How do you report old topics to stop Necroposts?
- Discussion Forums
- » Help with Scripts
-
» How do i create a graph in scratch?







