Xbox 360 için Fifa Street
Burada Havadan Sudan Bahsedip yormadim sizi zmler ve sonular var Xbox 360 için Fifa Street
..
Lost 4.sezon 9.bolum “The Shape of Things to Come” S04E09 Rapid Download Alt yazi yolda….. linkler alta
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);
MovieClip.prototype.ZoomDiv = function (pDim, pTempo)
{
this.onEnterFrame = function ()
{
if (this._xscale < pDim - 1 / pTempo)
{
this._xscale = this._xscale + (pDim [...]
Otomatil zoom için prototype
MovieClip.prototype.ZoomAdd = function (pOption, pDim, pTempo)
{
if (pOption)
{
this.onEnterFrame = function ()
{
if (this._xscale < pDim)
[...]
Actionscript ile style verme ve text olusturma Creating TextField by AS
_root.createTextField("newField",1,100,100,300,300);
with (newField){
background = true;
backgroundColor=0×8888FF;
border = true;
borderColor = 0×000000;
autoSize = "left";
wordWrap = true;
[...]