[Flashcoders] Mailing Lists and Tools

2013-05-23 Thread Bryan Thompson
for JavaScript, or general HTML5 development including all the supporting languages. I have Dreamweaver, but that seems a bit of overkill for a developer. Thanks in advance guys! Bryan Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] Mailing Lists and Tools

2013-05-23 Thread Bryan Thompson
to a Facebook group. Cordially, Kerry Thompson On May 23, 2013 9:52 AM, Bryan Thompson br...@swfmagic.com wrote: I know many developers are migrating towards HTML5/CSS/JavaScript. Google reveals a multitude of results for mailing lists. I hope to take advantage of the experience

RE: [Flashcoders] Game physics programming needed.

2012-10-28 Thread Bryan Thompson
Oren, it's so simple. There is a link at the bottom of every message you get. Click this: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders and use your common sense to figure out how to unsubscribe. It's just not that difficult. If you still can't figure it out, consider giving up

RE: [Flashcoders] Game physics programming needed.

2012-10-28 Thread Bryan Thompson
...@chattyfig.figleaf.com] On Behalf Of Bryan Thompson Sent: Sunday, October 28, 2012 9:04 PM To: 'Flash Coders List' Subject: RE: [Flashcoders] Game physics programming needed. Oren, it's so simple. There is a link at the bottom of every message you get. Click this: http://chattyfig.figleaf.com

RE: [Flashcoders] MVC style

2012-02-16 Thread Bryan Thompson
Ross, that has to be the best explanation of MVC I've ever read. Combined with your example, I finally *really* understand the concepts. Thank you! Bryan Thompson -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com

RE: [Flashcoders] digest

2007-10-21 Thread Bryan Thompson
Folks, before this list gets flooded (again) with remove/change requests, please remember that the owner of this list does not necessarily watch it for help requests. By sending these requests to the list, you are just clogging our in boxes with noise. Every email you get has a link to the

RE: [Flashcoders] Singleton AS2

2007-09-09 Thread Bryan Thompson
Assuming you are storing the Singleton instance in a static class variable, unloading the movie from your container does not remove the instance from the class. Try setting your instance property to null when you unload the app (via a die() call or something similar), or detect its existence on

RE: [Flashcoders] Flash is BUGGED with Panels

2007-05-05 Thread Bryan Thompson
Steven, this is a known bug with the Flash IDE. I've had the same problem with gProject, Service Browser, and NetConnection Debugger panels. Grant has information and a fix on his blog... http://www.gskinner.com/blog/archives/2006/11/flash_opens_the_1.html Bryan Wow. This is awful. Just

RE: [Flashcoders] UIObject/UIComponent: Getting started

2006-12-08 Thread Bryan Thompson
I've had better results using 'widgets' that extend MovieClip. For most situations you don't need (or want) the overhead of UIObject and UIComponent. Bryan I am working on a Flash app that will be set up in an MVC architecture. It will have draggable objects, a menu, a property inspector,

RE: [Flashcoders] skinning the scrollpane?

2006-12-05 Thread Bryan Thompson
How does one actually skin a scrollpane? I've actually got a skinned UIScrollbar working properly; but as soon as a ScrollPane componenet is added, it killed everything. I've just skinned the UIScrollbar on a project and it's working fine with the ScrollPane component. Maybe you need to add

RE: [Flashcoders] How do you code your Flash applications?

2006-02-03 Thread Bryan Thompson
. /-- | Bryan Thompson | Cyberian Tiger Multimedia \-- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ryanm Sent: Friday, February 03, 2006 12:35 PM To: Flashcoders mailing list Subject: Re: [Flashcoders