Comunidad de diseño web y desarrollo en internet online

Rotar Dynamic TextField AS2

Citar            
MensajeEscrito el 12 May 2013 03:23 pm
Saludos, Tengo problemas para rotar un TextField... ya he leido sobre que hay que adjuntar la font y aun asi no logro obterner nada, logro tener el formato del texto sin rotar con la fuente que indico, pero cuando le doy la propiedad para rotar simplemente el texto desaparece y supuestamente yo tengo la idea de que estoy metiendo bien la fuente... intente hacerlo rotar con la libreria de Caurina/Tweener y tampoco...

les pongo parte del codigo que uso para generar el TextField y lo que he intentado...

Código ActionScript :

import caurina.transitions.Tweener; 

var miFormato:TextFormat = new TextFormat();
   miFormato.font = "Comic Sans MS";
   miFormato.size = 18;
   miFormato.color = 0x333333;
   miFormato.align = "center";
   
   this.createTextField("txtGasto", this.getNextHighestDepth(), 10, 10, 160, 120);
   txtGasto.text = "Foo";
   txtGasto.autoSize = true;
   txtGasto.setTextFormat(miFormato);

   // Al descomentar esta linea deja de aparecer el texto con miFormato
   //txtGasto.embedFonts = true; 

   txtGasto._x = (Stage.width-txtGasto._width)/2;
   txtGasto._y = (Stage.height-txtGasto._height)/2;
      
   // Intentos Fallidos de rotacion
      //txtGasto._rotation = 45;
      //Tweener.addTween(txtGasto, {time: 1, transition:"linear",_rotation:-90});


Aqui les dejo el link del archivo FLA, espero que me puedan ayudar ya que no he logrado tener ningun resultado... Gracias!

http://www.4shared.com/zip/FR8G0Ev3/rotateTextFieldAS2.html

Por skyblack

2 de clabLevel



 

firefox
Citar            
MensajeEscrito el 13 May 2013 06:19 pm
Para que puedas usar una fuente por su nombre desde c'odigo, la tienes que importar a la librería y darle el identificador que usas en el código. Desde el angulo superior de la librería tienes un menú que te permite agregar fuente

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.