Re: [Flashcoders] RE: Flash AS editor preferences question

2011-06-02 Thread Matt Perkins
I love Consolas Matt Perkins - http://www.nudoru.com http://udon.nudoru.com On Thu, Jun 2, 2011 at 10:02 AM, Creighton, Gerry gcreigh...@discmakers.com wrote: Whatever works for you. I use the default. -Original Message- From: flashcoders-boun

Re: [Flashcoders] Problem embedding and using a font variant

2011-04-12 Thread Matt Perkins
the system gives it a different name? Glen On 11/04/2011 19:24, Matt Perkins wrote: I'm using Myriad Pro for regular (non TLF) dynamic text fields in my project and it's working fine. Now the client wants to use Myriad Pro Condensed Bold for titles and I cannot get it to show up. I can't get

[Flashcoders] Problem embedding and using a font variant

2011-04-11 Thread Matt Perkins
I'm using Myriad Pro for regular (non TLF) dynamic text fields in my project and it's working fine. Now the client wants to use Myriad Pro Condensed Bold for titles and I cannot get it to show up. I can't get just Myriad Pro Condensed to show either. I don't have any problems with Myriad Pro - I

Re: [Flashcoders] Problem embedding and using a font variant

2011-04-11 Thread Matt Perkins
in a TF, you have to use something like the following or you will lose Bold and Italics: tf.setNewTextFormat(tf.getTextFormat()); On Mon, Apr 11, 2011 at 1:24 PM, Matt Perkins nudoru.m...@gmail.com wrote: I'm using Myriad Pro for regular (non TLF) dynamic text fields in my project

Re: [Flashcoders] Problem embedding and using a font variant

2011-04-11 Thread Matt Perkins
...@chattyfig.figleaf.com [mailto: flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Matt Perkins Sent: Monday, April 11, 2011 2:25 PM To: Flash Coders List Subject: [Flashcoders] Problem embedding and using a font variant I'm using Myriad Pro for regular (non TLF) dynamic text fields in my project

[Flashcoders] Automagically create an interface from a given AS3 class?

2010-12-20 Thread Matt Perkins
the classes. I have a good list of interfaces to create. Thanks! Matt Perkins - http://www.nudoru.com http://udon.nudoru.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] Automagically create an interface from a given AS3 class?

2010-12-20 Thread Matt Perkins
Thanks Jaun! I'll goolge around. Matt Perkins - http://www.nudoru.com http://udon.nudoru.com On Mon, Dec 20, 2010 at 1:23 PM, Juan Pablo Califano califa010.flashcod...@gmail.com wrote: This is usually called extract interface. In some languages like Java

Re: [Flashcoders] Automagically create an interface from a given AS3class?

2010-12-20 Thread Matt Perkins
Thanks, I'll try that out. Found Soucemate for Flash Builder can do this also - http://www.elementriver.com/sourcemate/features/extract-interface But free beats $80! :) Matt Perkins - http://www.nudoru.com http://udon.nudoru.com On Mon, Dec 20, 2010 at 2:39 PM

Re: [Flashcoders] Automagically create an interface from a given AS3class?

2010-12-20 Thread Matt Perkins
That's an awesome find! That little utility works great! The output file needs little bit of tweaking but it's well worth it. SourceMate for Flash Builder does this too, but free beats $80! Matt Perkins - http://www.nudoru.com http://udon.nudoru.com On Mon, Dec

[Flashcoders] perspectiveProjection - remove or drag an mc on a transformed sprite

2010-12-16 Thread Matt Perkins
the transition-in animation is completed (the only reason that I'm using it). I've tried setting it to undefined, but that doesn't work. Matt Perkins - http://www.nudoru.com http://udon.nudoru.com ___ Flashcoders mailing

[Flashcoders] OT: is there a similar list for JavaScript programming?

2010-08-18 Thread Matt Perkins
Sorry for the off topic message, but can anyone recommend a list similar to this one for JavaScript? Googled but didn't find anything promising. Thanks! Matt ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] image issue

2010-08-16 Thread Matt Perkins
Make sure its on the stage at even x and y positions, no decimal places. That's gotten me a few times. -- Matt Perkins - http://www.nudoru.com On Aug 16, 2010, at 8:49 AM, Lehr, Theodore ted_l...@federal.dell.com wrote: smoothing is off I tried to fool around with the jpeg

[Flashcoders] SCORM Q - Strategies for saving large suspend data strings

2010-07-28 Thread Matt Perkins
and see if that helps, but I'm not sure if the special characters will mess with the LMS communication - I've had that happen many times before with just HTML page text. Other option is to learn JSON and do it that way. Have anyone else faced something like this and solved it? -- Matt Perkins

Re: [Flashcoders] SCORM Q - Strategies for saving large suspend data strings

2010-07-28 Thread Matt Perkins
Right, learn was probably a strong word. Just meant that I'd never used it before. Is there an automated was to convert the XML to JSON with AS3? -- Matt Perkins - http://www.nudoru.com On Jul 28, 2010, at 6:12 PM, Taka Kojima t...@gigafied.com wrote: There isn't really

Re: [Flashcoders] SCORM Q - Strategies for saving large suspend data strings

2010-07-28 Thread Matt Perkins
Thanks, I'll look into that strategy -- Matt Perkins - http://www.nudoru.com On Jul 28, 2010, at 7:43 PM, Taka Kojima t...@gigafied.com wrote: The JSON encoder class might do it automatically by passing an XML object to the constructor, idk, look into it maybe. It's also

Re: [Flashcoders] SCORM Q - Strategies for saving large suspend data strings

2010-07-28 Thread Matt Perkins
I found this same solution searching around the net - looks like it'll work perfectly. Thanks for suggesting it also! -- Matt Perkins - http://www.nudoru.com On Jul 28, 2010, at 9:53 PM, Juan Pablo Califano califa010.flashcod...@gmail.com wrote: PS: Just made a quick test

Re: [Flashcoders] How to handle String the best way

2010-07-22 Thread Matt Perkins
/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Matt Perkins http

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread Matt Perkins
. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Matt Perkins http://www.nudoru.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Job Openings at Bank of America for US/Canada

2010-06-21 Thread Matt Perkins
-- Matt Perkins http://www.nudoru.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Job Openings at Bank of America for US/Canada

2010-06-18 Thread Matt Perkins
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Matt Perkins http://www.nudoru.com ___ Flashcoders mailing list

Re: [Flashcoders] flash X html5

2010-04-20 Thread Matt Perkins
it. Should we really feel worry about the css+js integration and the apple to turn off flash player inside iphone, ipad, etc, or flash will always this Sorry for some english errors in this message. Thank's to everyone! -- Matt Perkins http://www.nudoru.com

Re: [Flashcoders] container w/ text

2010-04-16 Thread Matt Perkins
add br / or p.../p to my htmlText it doesn't have any effect. TIA, John ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Matt Perkins http

Re: [Flashcoders] @#$% New iPhone Developer Agreement Bans the Use of Adobe’s Flash-to-iPhone Co mpiler

2010-04-12 Thread Matt Perkins
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Matt Perkins http

Re: [Flashcoders] current consensus of available Flash 3D engines?

2010-04-09 Thread Matt Perkins
-- Matt Perkins http://www.nudoru.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders