This site requires JavaScript, please enable it in your browser!
Greenfoot back
Shabir
Shabir wrote ...

2018/4/30

How to get from one level to another with 2 players?

Shabir Shabir

2018/4/30

#
I have made the game Littleredcap1.6. I have a house and want the 2 players to get there and then I want it to get to level 3. now I only works with 1 player. so I need 1 player to get to the house when he is the he has to wait when the second player is by the house then I want it to get to level 3.
danpost danpost

2018/4/30

#
When score is maxed and a player reaches the house, remove that player. Have the world continuously check to see if either player is in the world. If neither is in the world, proceed to next level.
Shabir Shabir

2018/5/1

#
danpost wrote...
When score is maxed and a player reaches the house, remove that player. Have the world continuously check to see if either player is in the world. If neither is in the world, proceed to next level.
ok< but how do I do that?
Super_Hippo Super_Hippo

2018/5/1

#
You can create an act method in your world subclass.
Shabir Shabir

2018/5/1

#
Can you give me a code, because I don't really understand how to use java.
Shabir Shabir

2018/5/1

#
this is the game here is the game link. Can you fix it
You need to login to post a reply.