Sul fotogramma
Pulsante zoomInCodice:target_item.onEnterFrame = function() { trace(sx); var speed:Number = 10; if (sx == true) { this._x += speed; } else if (dx == true) { this._x -= speed; } if (giu == true) { this._y += speed; } else if (su == true) { this._y -= speed; } if (zoomIn == true) { this._xscale = this._yscale += speed; } else if (zoomOut == true) { this._xscale = this._yscale -= speed; } };
Pulsante zoomOutCodice:on (press) { var zoomIn = true; } on (release) { var zoomIn = false; }
Codice:on (press) { var zoomOut = true; } on (release) { var zoomOut = false; }

LinkBack URL
About LinkBacks
Rispondi Citando