Discuss Scratch
- Discussion Forums
- » Requests
- » peppathecomedian's projects - tips from all and me - re-create games easy
- peppathecomedian
- Scratcher
10 posts
peppathecomedian's projects - tips from all and me - re-create games easy
hi, guys. my first project is how to: create a point ball race.
we will do it code by code, as there is quite a lot.
we will do it code by code, as there is quite a lot.
when green flag clicked
go to x: (anywhere) y: (anywhere)
set [fall] to [0.0000000000000000000000000000000000000000000000000000001
set [____ball count] to [0]
forever
change [fall] by (1)
change y by (fall)
- peppathecomedian
- Scratcher
10 posts
peppathecomedian's projects - tips from all and me - re-create games easy
next, we create the round!
The red platform must add extra points, but you can choose how many.
The blue platform must add extra points, but you can choose how many, but not as many as the red platform.
the purple platform must take points away by anything, a long as it is reasonable.
plinko balls (things balls bounce of) are the colour black.
the plinko balls must do nothing.
next: the balls hitting plinko and platforms.
The red platform must add extra points, but you can choose how many.
The blue platform must add extra points, but you can choose how many, but not as many as the red platform.
the purple platform must take points away by anything, a long as it is reasonable.
plinko balls (things balls bounce of) are the colour black.
the plinko balls must do nothing.
next: the balls hitting plinko and platforms.
forever
if <touching color [black] ?> then
change x by (<5> or <-5>)
next, we will work on the platforms.
- peppathecomedian
- Scratcher
10 posts
peppathecomedian's projects - tips from all and me - re-create games easy
the ball touching the red platform (most points)
now, the blue platform (least points given)
forever
if <touching color [#de0000] ?> then
change [____ball points] by (the number you chose for the red platform)
go to x: (anywhere you chose (numbers)) y: ((anywhere you chose (numbers))
now, the blue platform (least points given)
forever
if <touching color [blue] ?> then
change [____ball points] by (the number you chose for the blue platform)
go to x: (anywhere you chose (numbers)) y: ((anywhere you chose (numbers))
- peppathecomedian
- Scratcher
10 posts
peppathecomedian's projects - tips from all and me - re-create games easy
on 8th April 2022, the purple will be released. I am too tired. sorry.
forever
go to [peppa needs rest or do things wrong]
if <peppathecomeian is doing things when tired> then
go to [peppa might comment wrong and code given = wrong]
- julie-and-lana
- Scratcher
12 posts
peppathecomedian's projects - tips from all and me - re-create games easy
okay peppa, thanks. we code:
forever
if <we are funny> then
point towards [the laugh center]
- peppathecomedian
- Scratcher
10 posts
peppathecomedian's projects - tips from all and me - re-create games easy
okay peppa, thanks. we code:
forever
if <we are funny> then
point towards [the laugh center]
I reply: okay
- julie-and-lana
- Scratcher
12 posts
peppathecomedian's projects - tips from all and me - re-create games easy
we followed the discussion, and you, too. we think
- julie-and-lana
- Scratcher
12 posts
peppathecomedian's projects - tips from all and me - re-create games easy
we don't think:
works. do you mean x: where ever the ball is?
go to x: (anywhere) y: (anywhere)
works. do you mean x: where ever the ball is?
- peppathecomedian
- Scratcher
10 posts
peppathecomedian's projects - tips from all and me - re-create games easy
yes, @julie-and-lana.
- Discussion Forums
- » Requests
- » peppathecomedian's projects - tips from all and me - re-create games easy