Código:
(Este codigo se encuentra dentro de: definicion de simbolos->"ZoomifyViewer"->"Zoomify Components")/* getX: Returns the x coordinate of the current view. This value can be applied using setX or setView, followed by updateView. */ ZoomifyViewerClass.prototype.getX = function() { return this.gPanPositionX; };
Estoy haciendo un pequenno script para que me muestre por pantalla las coordenadas y nivel de zoom actual:
Código:
Es correcto llamarla desde root con this? No se como usarla :(this.createTextField("coordinate", 100, Stage.width/2, 5, 100, 20); coordinate.autoSize = "center"; coordinate.text = "X: "+this.getX+" Y: "+this.getY+" Zoom: "+this.getZoom;
Si necesitais mas informacion por favor pidan y posteo! Gracias por adelantado!