banner Burada Havadan Sudan Bahsedip yormadim sizi zmler ve sonular var

Updates: 2.5 surumune getim denemelerim devam ediyor. More...
May
2nd

Lost 4.sezon 10.bolum S04E010 Rapid Download Alt yazi ile birlikte

Yazar: admin | dosya LOST

Lost 4.sezon 10.bolum S04E010 Rapid Download Alt yazi ile birlikte


Apr
28th

EA Game Fifa Street Xbox 360

Yazar: admin | dosya XBOX360

Xbox 360 için Fifa Street


Apr
25th

Lost 4.sezon 9.bolum “The Shape of Things to Come” S04E09 Rapid Download Alt yazi ile birlikte

Yazar: admin | dosya LOST

..
Lost 4.sezon 9.bolum “The Shape of Things to Come” S04E09 Rapid Download Alt yazi yolda….. linkler alta


Apr
24th

MC Titretme efecti Vibration effect Actionscript Movieclip

Yazar: admin | dosya Actionscript

MovieClip.prototype.vibration = function(staerke) {
        this.onEnterFrame = function() {
                this._x = Math.sin(a)*staerke+100;
                this._y = Math.cos(a)*staerke+100;
                a++>=10 ? a=0 : null();
        };
};
//usage;
mc3.vibration(1);
 


Apr
24th

MovieClip.prototype.ZoomDiv

Yazar: admin | dosya Actionscript

MovieClip.prototype.ZoomDiv = function (pDim, pTempo)
{
        this.onEnterFrame = function ()
        {
                if (this._xscale < pDim - 1 / pTempo)
                {
                        this._xscale = this._xscale + (pDim [...]


Apr
24th

actionscript MovieClip.prototype.ZoomAdd

Yazar: admin | dosya Actionscript

Otomatil zoom için prototype

MovieClip.prototype.ZoomAdd = function (pOption, pDim, pTempo)
{
        if (pOption)
        {
                this.onEnterFrame = function ()
                {
                        if (this._xscale < pDim)
        [...]