Discuss Scratch

lpsmlp2000
New to Scratch
7 posts

i am new to scratch.

hey guys i'm new to scratch i need some help to learn the basics i know how to move left right up and down but you see i'm trying to make a plat former i don't know what to do please reply soon sincerely maddie.
drmcw
Scratcher
1000+ posts

i am new to scratch.

The sticky topics at the top of this forum have links to topics that should help you with this.

10 !
ScratchVaders or Galaga?
Maybe Eliza can help you decide?
lpsmlp2000
New to Scratch
7 posts

i am new to scratch.

thanks check out my pong game on my channel please it is a little buggy in two player but other then that its great. sincerely maddie.
letrainbleuetrouge
Scratcher
100+ posts

i am new to scratch.

Your project is not a beginner project.

In your intro the “two player” sprite can be simplified AND you can save CPU

Split the “big” green flag into one with hte “move” alone and the other with this:

when this sprite clicked
broadcast [show v]
broadcast [two players v]

Do the same for the sprite “start”
when this sprite clicked
wait (0.1) secs
switch costume to [... v]
wait (0.1) secs
switch costume to [... v]
wait (1) secs
broadcast [show v]
broadcast [com v]
hide


In the sprite of the ball you can regroup the “if … then …” one after the other in the same “forever”.

Powered by DjangoBB