Re: [Flashcoders] Matrix Transformation Problem

2010-02-20 Thread Susan Day
On Thu, Feb 18, 2010 at 2:15 PM, Keith Reinfeld wrote: > > I did all of the above copying and pasting your code on a black stage... > > You pasted it on the stage? > No. Created DesertSands.as and called it from Properties::Class. Susan ___ Flashcoders

RE: [Flashcoders] Matrix Transformation Problem

2010-02-18 Thread Keith Reinfeld
> I did all of the above copying and pasting your code on a black stage... You pasted it on the stage? Paste the code into a new ActionScript file, save the file as 'DesertSands.as' in the same folder as the new fla. Now you can either import DesertDSands.as, In the fla Actions Panel:

Re: [Flashcoders] Matrix Transformation Problem

2010-02-18 Thread Susan Day
On Wed, Feb 17, 2010 at 3:29 PM, Keith Reinfeld wrote: > Susan, > > Try this in a fresh fla. Be sure to import Arial Black font into the > library > and give it a classname of 'ArialBlack.' > If there is still a problem, please be specific. > I did all of the above copying and pasting your code o

RE: [Flashcoders] Matrix Transformation Problem

2010-02-17 Thread Keith Reinfeld
Susan, Try this in a fresh fla. Be sure to import Arial Black font into the library and give it a classname of 'ArialBlack.' If there is still a problem, please be specific. DesertSands.as (document class) package { import flash.display.MovieClip; import flash.filters.Drop

Re: [Flashcoders] Matrix Transformation Problem

2010-02-17 Thread Susan Day
On Wed, Feb 17, 2010 at 12:40 PM, kennethkawam...@gmail.com < kennethkawam...@gmail.com> wrote: > I used "Arial" for the embedded font so you need to change that to > your font name. Otherwise my example is very simple and should work :) > I did need to make that adjustment, but it still didn't w

Re: [Flashcoders] Matrix Transformation Problem

2010-02-17 Thread kennethkawam...@gmail.com
I used "Arial" for the embedded font so you need to change that to your font name. Otherwise my example is very simple and should work :) -- Kenneth Kawamoto http://www.materiaprima.co.uk/ On 17 February 2010 16:23, Susan Day wrote: > On Wed, Feb 17, 2010 at 11:47 AM, kennethkawam...@gmail.com <

Re: [Flashcoders] Matrix Transformation Problem

2010-02-17 Thread Susan Day
On Wed, Feb 17, 2010 at 11:47 AM, kennethkawam...@gmail.com < kennethkawam...@gmail.com> wrote: > Your transformation code may be a little too funky :) > > I (drastically) simplified your code and it works fine: > > private function companyName():void { >var coName:TextField = new TextField();

Re: [Flashcoders] Matrix Transformation Problem

2010-02-17 Thread kennethkawam...@gmail.com
Your transformation code may be a little too funky :) I (drastically) simplified your code and it works fine: private function companyName():void { var coName:TextField = new TextField(); with(coName){ x = 100; y = 100; autoSize = TextFieldAutoSize.LEFT; embedFonts =

RE: [Flashcoders] Matrix Transformation Problem

2010-02-17 Thread Keith Reinfeld
med that 'addChild(target)' fell into that category. My bad. Regards, Keith Reinfeld Home Page: http://keithreinfeld.home.comcast.net -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Susan Day Se

Re: [Flashcoders] Matrix Transformation Problem

2010-02-17 Thread Susan Day
On Wed, Feb 17, 2010 at 11:05 AM, Cor wrote: > And also missing : > > SpinningWorld; > > Navigation; > > Spotlight; > To make matters easier, I eliminated the above: package { import flash.geom.Transform; import flash.filters.DropShadowFilter; im

Re: [Flashcoders] Matrix Transformation Problem

2010-02-17 Thread Susan Day
I tried the two edits you recommended but without satisfactory result. Here's the new code: function companyName():void { var coName:TextField = new TextField(); coName.text = 'Company Name'; coName.textColor = 0xFF; coName.autoSize = TextFieldAutoSize.LEFT; coName.x = 550; coName.y = 55; // Y

RE: [Flashcoders] Matrix Transformation Problem

2010-02-15 Thread Keith Reinfeld
nt: Monday, February 15, 2010 12:22 PM To: 'Flash Coders List' Subject: RE: [Flashcoders] Matrix Transformation Problem Remove the line 'addChild(fontContainer);' Regards, Keith Reinfeld Home Page: http://keithreinfeld.home.comcast.net _

RE: [Flashcoders] Matrix Transformation Problem

2010-02-15 Thread Keith Reinfeld
Remove the line 'addChild(fontContainer);' Regards, Keith Reinfeld Home Page: http://keithreinfeld.home.comcast.net -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Susan Day Sent: Monday, February 15, 201