A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: controllers/item.php

Line Number: 25

A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: controllers/item.php

Line Number: 1114

EffectHub.com: your best source for gaming
Recommendation
More Effects...
ActionScript
1
package {
2
    import flash.display.*;
3
    import flash.events.*;
4
    import flash.sensors.Accelerometer;
5
    
6
    [SWF(backgroundColor='#103860', frameRate='30')]
7
    public class ABCflyer extends Sprite {
8
        function ABCflyer() {
9
            // support autoOrients
10
            stage.align = StageAlign.TOP;
11
            stage.scaleMode = StageScaleMode.SHOW_ALL;
12
            //stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
13
            
14
            // keyboard mapper
15
            _key = new KeyMapper(stage);
16
            _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);
17
            
18
            // rendering engine
19
            _shape3d.visible = false;
20
            addChild(_shape3d);
21
            
22
            // background
23
            _base.x = 232.5;
24
            _base.y = 232.5;
25
            _landscape.rotationX = -85;
26
            _landscape.scaleX = 10;
27
            _landscape.scaleY = 8;
28
            _landscape.x = -1024-_base.x;
29
            _landscape.y = 280-_base.y;
30
            _landscape.z = 1800;
31
            _sky.scaleX = 5;
32
            _sky.scaleY = 5;
33
            _sky.x = -1520-_base.x;
34
            _sky.y = -1400-_base.y;
35
            _sky.z = 1800;
36
            _base.addChild(_landscape);
37
            _base.addChild(_sky);
38
            addChild(_base);
39
            
40
            // rendering layer
41
            addChild(new Bitmap(_screen));
42
            
43
            // initialize
44
            _flyer = new Flyer(0, 0, 100);
 

Join Effecthub.com

Working with Global Gaming Artists and Developers!


Or Sign Up with Your Email Address:
This field must contain a valid email
Password should be at least 1 character