function clip_entitys(dist){ while(1) { you=ent_next(null); while(you!=null) { if(vec_dist(camera.x,you.x)>dist) { you.invisible=on; } else { you.invisible=off; } you=ent_next(you); } sleep(40); }}
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de