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

2017/3/27

Endscreen

Malmi Malmi

2017/3/27

#
So my question is, how can I write my QC (in the world). That it detects that the Number of enemys = null.
if (Spawner= null && Enemy = null)
I got so far but I see it is wrong. What should I change?
Super_Hippo Super_Hippo

2017/3/27

#
if (getObjects(Spawner.class).isEmpty() && getObjects(Enemy.class).isEmpty())
Malmi Malmi

2017/3/27

#
I will try it thx ;D(It worked)
You need to login to post a reply.