Discuss Scratch

follow-me12
Scratcher
48 posts

making an angry birds game

how do i make a angry birds game?
CatsUnited
Scratcher
1000+ posts

making an angry birds game

Angry Birds uses some physics to render slingshotting and tower collasping etc. An example of a slingshot project is here. An example of a physics engine is here.
AngrybirdsRock
Scratcher
100+ posts

making an angry birds game

CatsUnited wrote:

Angry Birds uses some physics to render slingshotting and tower collasping etc. An example of a slingshot project is here. An example of a physics engine is here.

AngryBirdsRock wrote:

Ok then but how do I do one then?(:
happyturtle5
Scratcher
84 posts

making an angry birds game

In the upper right corner near the projects is a “see inside” button. If you click it, you can have a look on everything inside the project (graphics, sounds, scripts). Try to understand how it works.
MathlyCat
Scratcher
1000+ posts

making an angry birds game

Instead of asking how to make a game, start making one and come back when you need help, reference this!
Specter22
Scratcher
100+ posts

making an angry birds game

sebmorazan
Scratcher
1 post

making an angry birds game

I guess that's How they make angry birds in scratch
Cool
Wainggan
Scratcher
500+ posts

making an angry birds game

sebmorazan wrote:

I guess that's How they make angry birds in scratch
Cool
Please don't necropost.
MINECRAFTGAMER2111
Scratcher
100+ posts

making an angry birds game

You can use Hspeed, Vspeed, Hgap, and Vgap!

I use my penguin jumper as a demostation.

defineMovePenguinToStartifLives>3thenpointindirection90setHspeedto0setVspeedto0broadcastget ready

I am editing my script soon.
-Snipet-
Scratcher
500+ posts

making an angry birds game

MINECRAFTGAMER2111 wrote:

You can use Hspeed, Vspeed, Hgap, and Vgap!

I use my penguin jumper as a demostation.

defineMovePenguinToStartifLives>3thenpointindirection90setHspeedto0setVspeedto0broadcastget ready

I am editing my script soon.
In a physics engine, you’ll probably want to use vectors and angle comparison. You’ll need to test every collision and determine the new velocities for each object.
Wainggan
Scratcher
500+ posts

making an angry birds game

MINECRAFTGAMER2111 wrote:

You can use Hspeed, Vspeed, Hgap, and Vgap!

I use my penguin jumper as a demostation.

defineMovePenguinToStartifLives>3thenpointindirection90setHspeedto0setVspeedto0broadcastget ready

I am editing my script soon.
Please don't reply to an old topic~
k754a
Scratcher
3 posts

making an angry birds game

whenclickedswitchcostumeto okaygoto slingshotrepeatuntilkey spacepressed?pointtowards mouse pointerrepeat30changexby3changeyby3repeat30changexby-3changeyby-3iftouching ground ?thenswitchcostumeto owwait5secshide

Last edited by k754a (July 1, 2020 13:42:51)

Powered by DjangoBB