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

#1 2011-08-18 18:02:14

Thescratch3
Scratcher
Registered: 2011-06-14
Posts: 1000+

Two Player Scroll

Okay I will check the Scratch Wiki after I finish but how do you make a two player scroll? Check out Ball Bouncer V.2. I want it to be like that but two players with the same goal. And it will scroll if either player moves. Ideas?


View my projects. Or face The scratch curse! (Get it?)
http://i56.tinypic.com/2cdk8hy.png

Offline

 

#2 2011-08-19 09:46:18

fuzzwuzz21
Scratcher
Registered: 2011-07-06
Posts: 15

Re: Two Player Scroll

try a split screen scroller and one player uses arrow keys and the other one uses wasd (just a idea)  cool   big_smile   cool


SOPA and PIPA are dead. Next victim: ACTA.
united we stand, divided we fall. WE are the internet.                                  Spread the word.

Offline

 

#3 2011-08-19 11:49:14

Thescratch3
Scratcher
Registered: 2011-06-14
Posts: 1000+

Re: Two Player Scroll

I am not looking for ideas I am wondering how to do it. I think I have an idea.


View my projects. Or face The scratch curse! (Get it?)
http://i56.tinypic.com/2cdk8hy.png

Offline

 

#4 2011-08-19 15:22:55

Germanium_Tinide
New Scratcher
Registered: 2011-01-11
Posts: 39

Re: Two Player Scroll

Thescratch3 wrote:

Ideas?

fuzzwuzz21 wrote:

try a split screen scroller and one player uses arrow keys and the other one uses wasd (just a idea)

Thescratch3 wrote:

I am not looking for ideas I am wondering how to do it. I think I have an idea.

hmm

You can do the same as for a normal Scroller (this is a good infinite-scrolling Base: http://scratch.mit.edu/projects/antimon … de/1247178) except duplicate the Platforms and make them half the normal Size, make 2 scroll-Variables that control the two Parts of the Screen, and duplicate the Player and make one have different Controls.

Without using a split-Screen, it would be hard to make both Players always playable in the Game (for example, if one moves not while the other moves, the first Player will roll off the Screen and it would be hard to make sensing Things work.) So using fuzzwuzz's Strategy would work the best.

Do you need help splitting the Screen the right Way with that scrolling Base?

Offline

 

#5 2011-08-19 17:21:54

SpaceBag
Scratcher
Registered: 2011-08-19
Posts: 15

Re: Two Player Scroll

Germanium_Tinide wrote:

Thescratch3 wrote:

Ideas?

fuzzwuzz21 wrote:

try a split screen scroller and one player uses arrow keys and the other one uses wasd (just a idea)

Thescratch3 wrote:

I am not looking for ideas I am wondering how to do it. I think I have an idea.

hmm

You can do the same as for a normal Scroller (this is a good infinite-scrolling Base: http://scratch.mit.edu/projects/antimon … de/1247178) except duplicate the Platforms and make them half the normal Size, make 2 scroll-Variables that control the two Parts of the Screen, and duplicate the Player and make one have different Controls.

Without using a split-Screen, it would be hard to make both Players always playable in the Game (for example, if one moves not while the other moves, the first Player will roll off the Screen and it would be hard to make sensing Things work.) So using fuzzwuzz's Strategy would work the best.

Do you need help splitting the Screen the right Way with that scrolling Base?

Okay yea I guess.

Offline

 

#6 2011-08-19 17:32:14

JJROCKER
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: Two Player Scroll

I know Resource did one where you take turns.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://img255.imageshack.us/img255/3491/signature1y.jpg&link2=http://img577.imageshack.us/img577/5272/signature1sx.jpg&link3=http://img4.imageshack.us/img4/8514/signature1et.jpg&link4=http://i.imgur.com/POEpQyZ.png&link5=http://img163.imageshack.us/img163/4640/jjrockerfinal.jpg

Offline

 

#7 2011-08-19 19:25:13

legoscratch
Scratcher
Registered: 2010-06-18
Posts: 100+

Re: Two Player Scroll

If you want the 2 players on the same screen, I think that's easier. Just have it use the the same system Nintendo uses, where if one player gets too far behind the other, it will go up to where the other ball is. Did that make sense?


If you are having trouble with simple counting, use the following mnemonic device: 1 comes before 2 comes before 5,280 comes before 523,860,759 comes after the square root of -153 comes before π. This will make your previous counting problems seem like no big deal.

Offline

 

#8 2011-08-19 20:33:50

SpaceBag
Scratcher
Registered: 2011-08-19
Posts: 15

Re: Two Player Scroll

legoscratch wrote:

If you want the 2 players on the same screen, I think that's easier. Just have it use the the same system Nintendo uses, where if one player gets too far behind the other, it will go up to where the other ball is. Did that make sense?

Yes it does but it is hard to do that.

Offline

 

Board footer