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

#1 2010-08-07 18:11:18

Relinquished_
New Scratcher
Registered: 2010-06-28
Posts: 31

Snowballs :D

I'm currently almost finished with Snowball Wars V. 2.  But, when you can throw multiple snowballs, you can throw them at different times!  So, for example, Let's say I throw three snowballs.  two miss and hit the edge and the other hits.  Since that one hits, it "respawns faster then the other two since they have too wait until they hit the edge too "respawn".  Is there anyway I could make it so you have two wait for the other two snowballs to "respwan" before I can throw the other one, thus, making them all be thrown at the same time no matter what?


Thanks in advance!

Offline

 

#2 2010-08-07 20:58:37

m71134
Scratcher
Registered: 2010-03-03
Posts: 1000+

Re: Snowballs :D

Could you post the scripts or the project? I might be able to help then.

Offline

 

#3 2010-08-07 21:00:48

JeanTheFox
Scratcher
Registered: 2010-06-14
Posts: 1000+

Re: Snowballs :D

Same here  smile


http://i51.tinypic.com/20gcn5j.png

Offline

 

#4 2010-08-08 11:34:31

Relinquished_
New Scratcher
Registered: 2010-06-28
Posts: 31

Re: Snowballs :D

Sure.  Here you go.

Offline

 

#5 2010-08-08 11:57:58

Relinquished_
New Scratcher
Registered: 2010-06-28
Posts: 31

Re: Snowballs :D

...Hmmm.  I uploaded the BETA version 2 times, but I can't find it by searching it and it won't show up under my stuff.  Hope you can find it!

Offline

 

#6 2010-08-08 12:58:04

Relinquished_
New Scratcher
Registered: 2010-06-28
Posts: 31

Re: Snowballs :D

Never mind.  Got it!

Offline

 

#7 2010-08-11 08:06:41

Relinquished_
New Scratcher
Registered: 2010-06-28
Posts: 31

Re: Snowballs :D

Bump

Offline

 

#8 2010-08-12 22:15:42

m71134
Scratcher
Registered: 2010-03-03
Posts: 1000+

Re: Snowballs :D

Sorry it took me so long to respond D:. Anyway, I can't figure out how to multi-fire. How/when can you do it?

Offline

 

#9 2010-08-15 21:12:39

Relinquished_
New Scratcher
Registered: 2010-06-28
Posts: 31

Re: Snowballs :D

When you get ten points (Only Multiplayer works) and 25 points.  Just press space if your player 1.

Offline

 

#10 2010-08-19 10:11:47

Relinquished_
New Scratcher
Registered: 2010-06-28
Posts: 31

Re: Snowballs :D

Bump.

Offline

 

#11 2010-08-19 16:54:12

trekkie2000
Scratcher
Registered: 2009-02-15
Posts: 100+

Re: Snowballs :D

I know how to fix this! I used to encounter that all the time! All you have to do is create 3 variable like "Snowball 1 can shoot?, Snowball 2 can shoot?, Snowball 3 can shoot?" and use them as binary. (If it's 1 you can shoot, if it's 0 you cant)


"If life gives you lemons, sell lemonade for $.25...
...Sell antidote to poison in lemonade for $250" -Me

Offline

 

#12 2010-08-19 17:58:19

SabGames
Scratcher
Registered: 2009-02-18
Posts: 78

Re: Snowballs :D

Have a variable so when it hits something, it goes up till all the snowballs have landed - then the variable will be 3. Have a script; If (varible)=3  broadcast 'respawn'   End Script.
Then on snowballs.. 'When I receive 'respawn' then do what you want from here


http://sabgamesdownload.weebly.com/uploads/5/2/4/8/5248085/4881802.png

Offline

 

#13 2010-08-22 18:38:23

Relinquished_
New Scratcher
Registered: 2010-06-28
Posts: 31

Re: Snowballs :D

Thanks.  i think I get it.

Offline

 

#14 2010-08-31 10:49:32

Relinquished_
New Scratcher
Registered: 2010-06-28
Posts: 31

Re: Snowballs :D

alright.  This is harder then it looks.  Can someone give me a pic?

Offline

 

Board footer