This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-12-03 16:46:14

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

What scripts would I use to make a physics game?

I want to make a physics game in Scratch, but I don't know what scripts to make for it. :9

I want it to be like a block removing physics game (like Red Remover), but with only the main sprite to be moving.

Last edited by kimmy123 (2012-03-04 12:13:49)


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#2 2011-12-03 17:35:19

laurynxxx
New Scratcher
Registered: 2011-12-03
Posts: 1

Re: What scripts would I use to make a physics game?

hey i want to make a game where there is a sprite that i created (its like a box) and there is basketballs falling from the sky and the player had to catch them and everytime they catch one the get 1 point but if they catch a football the loose one can someone please tell me how to do this xx

Offline

 

#3 2011-12-03 17:41:39

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: What scripts would I use to make a physics game?

There’s not just some magical script that automatically makes a game.  tongue

Did you try to figure out yourself? If you try, I think you’ll meet with success.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#4 2011-12-03 17:44:10

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

Re: What scripts would I use to make a physics game?

henley wrote:

There’s not just some magical script that automatically makes a game.  tongue

I meant scripts for sprites, not just one script for everything. :9


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#5 2011-12-05 10:53:39

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: What scripts would I use to make a physics game?

laurynxxx wrote:

hey i want to make a game where there is a sprite that i created (its like a box) and there is basketballs falling from the sky and the player had to catch them and everytime they catch one the get 1 point but if they catch a football the loose one can someone please tell me how to do this xx

If you need some help, then it's better to create a new topic than post it in another thread  smile


Why

Offline

 

#6 2011-12-05 16:15:29

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: What scripts would I use to make a physics game?

kimmy123 wrote:

henley wrote:

There’s not just some magical script that automatically makes a game.  tongue

I meant scripts for sprites, not just one script for everything. :9

Well, there are so many scripts involved we can’t just post them all! And it depends on the physics game, the shape of the objects, etc.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#7 2011-12-05 16:19:46

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: What scripts would I use to make a physics game?

Are you looking for gravity? Bouncing?  Something along those lines?  A little more description of what you are trying to do would be very helpful  smile


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#8 2011-12-05 17:24:25

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

Re: What scripts would I use to make a physics game?

Paddle2See wrote:

Are you looking for gravity? Bouncing?  Something along those lines?  A little more description of what you are trying to do would be very helpful  smile

I think I want to make a physics game that is like this, where you have to click certain blocks to make the player get to the goal.

But I want the main sprite to be the only moving sprite, the level and the blocks you remove don't move.

Last edited by kimmy123 (2012-02-29 16:30:52)


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#9 2012-02-29 16:30:42

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

Re: What scripts would I use to make a physics game?

Bump


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#10 2012-02-29 16:36:57

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: What scripts would I use to make a physics game?

Well, to make rotation physics would be pretty difficult.
Maybe this project can help. :>


6418,

Offline

 

#11 2012-02-29 21:52:23

ProgramCAT
Scratcher
Registered: 2011-12-13
Posts: 500+

Re: What scripts would I use to make a physics game?

The mathematics blocks, and the timer, especially if you are creating something that involves acceleration.


Programming is an art...
Goodbye, Scratch. I am leaving because of the exams coming up at our school, though I'll check the forums once or twice a week.

Offline

 

#12 2012-03-02 11:59:08

Karsten100
Scratcher
Registered: 2012-01-06
Posts: 14

Re: What scripts would I use to make a physics game?

just copy the scrips from the gravity marble

Offline

 

#13 2012-03-02 16:24:13

ProgramCAT
Scratcher
Registered: 2011-12-13
Posts: 500+

Re: What scripts would I use to make a physics game?

Karsten100 wrote:

just copy the scrips from the gravity marble

That doesn't really teach you anything though.  hmm


Programming is an art...
Goodbye, Scratch. I am leaving because of the exams coming up at our school, though I'll check the forums once or twice a week.

Offline

 

#14 2012-03-03 00:51:32

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: What scripts would I use to make a physics game?

The operators and mathematics blocks, obviously...
Could you specify which type of physics game you are interested in creating?


http://trinary.tk/images/signature_.php

Offline

 

Board footer