Rotation Text Problem
hello avry 1 ...
have small problem , not flash expert still understand rotation function it's easy not text field !
//this macromedia exemple
var my_fmt:textformat = new textformat();
my_fmt.font = "my font";
this.createtextfield("my_txt", this.getnexthighestdepth(), 10, 10, 160, 120);
my_txt.wordwrap = true;
my_txt.embedfonts = true;
my_txt.text = "hello world";
my_txt.settextformat(my_fmt);
my_txt._rotation = 45;
i want rotate text filed see blank stage , text filed not there when tring rotation ... pleas !
have small problem , not flash expert still understand rotation function it's easy not text field !
//this macromedia exemple
var my_fmt:textformat = new textformat();
my_fmt.font = "my font";
this.createtextfield("my_txt", this.getnexthighestdepth(), 10, 10, 160, 120);
my_txt.wordwrap = true;
my_txt.embedfonts = true;
my_txt.text = "hello world";
my_txt.settextformat(my_fmt);
my_txt._rotation = 45;
i want rotate text filed see blank stage , text filed not there when tring rotation ... pleas !
did define "my font" in library?
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment