import flash.sensors.Accelerometer;
[SWF(backgroundColor='#103860', frameRate='30')]
public class ABCflyer extends Sprite {
stage.align = StageAlign.TOP;
stage.scaleMode = StageScaleMode.SHOW_ALL;
_key = new KeyMapper(stage);
_key.map(0,37,65).map(1,38,87).map(2,39,68).map(3,40,83).map(4,17,90,78).map(5,16,88,77);
_shape3d.visible = false;
_landscape.rotationX = -85;
_landscape.x = -1024-_base.x;
_landscape.y = 280-_base.y;
_base.addChild(_landscape);
addChild(new Bitmap(_screen));
_flyer = new Flyer(0, 0, 100);