home *** CD-ROM | disk | FTP | other *** search
- sky = new Layout("plane");
- sky.addEnemy("tut_target",280,-160,300);
- airspace.particles = false;
- airspace.addLayout("sky",sky);
- airspace.setLayout("sky");
- airspace.pickups = false;
- airspace.player.tutorial = true;
- airspace.enemy0._visible = false;
-