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

#1 2013-03-03 03:36:15

Atayyab7
New Scratcher
Registered: 2013-02-22
Posts: 5

Need help in making volleyball game

Hey..!
I need some help in making volleyball game...
is there any shortcut that can be used for the motion of the ball....?
plz answer ASAP.....

Offline

 

#2 2013-03-03 04:34:42

Mak_Alen
New Scratcher
Registered: 2013-03-03
Posts: 4

Re: Need help in making volleyball game

for the direction and velocity... use this loop...rest would be depending upon your directions.

forever (if touching sprite 1)
{
points 2wrds sprite1
turn to 180 degrees
set x-vel to ("y-vel"+ "d" * sin of direction      // put a suitable number instead of "d"
set yb-vel to ("y-vel"+ "d" * cos of direction      // put a suitable number instead of "d"
repeat until (not touching sprite1)
         { move 10steps}
}
repeat the same for sprite 2 as well...
use your own variables.
cheers!  smile

Offline

 

#3 2013-03-03 04:45:10

Mak_Alen
New Scratcher
Registered: 2013-03-03
Posts: 4

Re: Need help in making volleyball game

you also have to assign the values and increments of velocities in the scripts of sprites.
if you want I can send you the demo file as well ...

Offline

 

#4 2013-03-03 04:50:58

Atayyab7
New Scratcher
Registered: 2013-02-22
Posts: 5

Re: Need help in making volleyball game

thanks buddy...
but I really cant understand the script you share.. I would be thankful if you send the demo file.
here is e-mail adress:[e-mail removed by moderator. Please don't share or encourage others to share contact information. See the Community Guidelines for more information]]

Last edited by cheddargirl (2013-03-03 04:54:22)

Offline

 

#5 2013-03-03 05:05:10

Mak_Alen
New Scratcher
Registered: 2013-03-03
Posts: 4

Re: Need help in making volleyball game

done,i have sent some jpeg format pics,
containing the basic code for the ball. have also send a text file for your instance.
hope that helps.

Offline

 

#6 2013-03-03 05:14:49

Atayyab7
New Scratcher
Registered: 2013-02-22
Posts: 5

Re: Need help in making volleyball game

thanks buddy ... thanks alot

Offline

 

Board footer