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)




Good! great
The user remove this video!??????? D=<
i named my anything else
The only thing I don’t get is the part of the code where it says:
if global.player3 …… (I thought it was a 2-player game!)