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
/**
2
 * 操作はできません
3
 */
4
package  {
5
    import flash.display.Bitmap;
6
    import flash.display.BitmapData;
7
    import flash.display.BlendMode;
8
    import flash.display.Graphics;
9
    import flash.display.Sprite;
10
    import flash.events.Event;
11
    import flash.filters.BlurFilter;
12
    import flash.geom.ColorTransform;
13
    import flash.geom.Matrix;
14
    import flash.geom.Point;
15
    import flash.geom.Rectangle;
16
    public class Causticsoid extends Sprite {
17
        private var causticses:Vector.<Caustics> = new Vector.<Caustics>();
18
        private var skyBmp:BitmapData;
19
        private var sea:Sprite;
20
        private var floor:Sprite;
21
        private var lightWave:Sprite;
22
        private var waveContainer:Sprite;
23
        private var waveList:Array = new Array();
24
        private var waveMap:WaveMap;
25
        private var waveTexture:BitmapData;
26
        //各種パラメータ
27
        private const DISPLAY:Rectangle = new Rectangle(0, 0, 660, 660);
28
        private const FLOOR_SIZE:Rectangle = new Rectangle(0, 0, 850, 800);
29
        private const HORIZON:Number = 150;
30
        private const WAVE_LAYER:int = 5;
31
        private const WAVE_SPLIT:int = 15;
32
        private const BG_COLOR:uint = 0x000000;
33
        private const SKY1_COLOR:uint = 0x58BFED;
34
        private const SKY2_COLOR:uint = 0xD2E9F4;
35
        private const WAVE_COLOR:uint = 0x8DCCF0;
36
        private const FOG_COLOR:uint = 0x0063B8;
37
        private const FLOOR_COLOR:uint = 0x5DA59F;
38
        //コースティクスのパラメータ
39
        private const CAUSTICS_NUM:int = 10;
40
        private const CAUSTICS_SIZE:Rectangle = new Rectangle(0, 0, 300, 300);
41
        private const CAUSTICS_SEED:int = 130;
42
        private const CAUSTICS_STRENGTH:Number = 0.015;
43
        private const CAUSTICS_ALPHA:Number = 0.3;
44
        private const CAUSTICS_COLOR:Number = 0xFFFFFF;
45
        private const CAUSTICS_BLUR_X:Number = 10;
46
        private const CAUSTICS_BLUR_Y:Number = 2;
 

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