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
{
3
    // CLICK TO RESET
4
 
5
    import flash.geom.*;
6
    import flash.events.*;
7
    import flash.filters.*;
8
    import flash.display.*;
9
 
10
    /**  @author SPANVEGA // CHRISTIAN  **/
11
 
12
    [ SWF (width = '465', height = '465', backgroundColor = '0x000000', frameRate = '30')]
13
 
14
    public class SLICES extends Sprite
15
    {
16
        private var w : uint = 466, h : uint = 466;
17
 
18
        private var s : BitmapData = new BitmapData (w, h, true, 0);
19
        private var r : Rectangle  = new Rectangle (0, 0, w / 2, h / 2);
20
        private var e : BitmapData = new BitmapData (w / 2, h / 2, true, 0),
21
                    d : BitmapData = e.clone ();
22
 
23
        private var b : BlurFilter = new BlurFilter (1.5, 1.5, 2);
24
        private var o : Array = [new Point(), new Point()];
25
        private var v : Vector.<Matrix> = new <Matrix>
26
        [
27
            new Matrix ( 1, 0, 0, -1, 0, h),
28
            new Matrix (-1, 0, 0,  1, w, 0),
29
            new Matrix (-1, 0, 0, -1, w, h)
30
        ];
31
        private var a : Array = map ();
32
        private var seed : uint = 0xCC;
33
 
34
        private var n : Number = Math.random () * 360;
35
        private var c : uint;
36
 
37
        private var p : Point = new Point (0, 0);
38
        private var octaves : uint = 2;
39
        private var i : int;
40
 
41
        private var ca : ColorTransform = new ColorTransform (1, 1, 1, 0.99);
42
        private var cb : ColorTransform = new ColorTransform ();
43
 
44
 
 

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