Search

Compare Yourself

What software do you make games with? (select more then one)

Loading ... Loading ...

How to make 2 player split screen game

In this GameMaker video tutorial you learn how make A 2 player split screen game game.

The code used in the video:

If global.player1 = 1 {instance_change(obj_player,true)}
else if global.playe2 = 1 {instance_change(obj_player2,true)}
if global.player3 = 1 {instance_change(obj_player3,true)}
if global.players = 1 {instance_change(obj_player,true)}

(credit shanedaman112)


4 comments to How to make 2 player split screen game

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>