Re: [Flashcoders] using "this" in AS3 classes?

2011-06-07 Thread Jens Struwe
You need the this in any case the scope of the variable or method is not clear. In all other cases the this is not necessary. I don't use it. Tools such as FDT highlight instance properties differently to local or argument variables. This makes it easy to visually detect the scope of a property

RE: [Flashcoders] using "this" in AS3 classes?

2011-06-07 Thread Cor
Micky, There are no stupid questions! Only stupid people who don't ask their question... and yes, there are stupid answers. :-) As for the prefix, IMO it is unnecessary, but some people find it easier to read their code. I'll will not call myself a pro, but I never use it. HTH, Cor -Ori

Re: [Flashcoders] XML Gallery Viewer

2011-06-07 Thread Bassam M
Jason I knew all this but I was hoping to save time. Thanks On Tue, Jun 7, 2011 at 5:50 PM, Merrill, Jason < jason.merr...@bankofamerica.com> wrote: > >> but I need to have the fla source file to modify the code > > I think a better approach is to: > > 1. Learn how to load XML and get the data. >

[Flashcoders] using "this" in AS3 classes?

2011-06-07 Thread Micky Hulse
Hi, Stupid question, but... Let's say I have some class properties: private var _mc1:MovieClip; private var _mc2:MovieClip; ... and methods: private function baz():void { ... } private function foo():void { ... } In my code, would it be overkill to always reference the above examples with a p

RE: [Flashcoders] dynmically adding waves together problem

2011-06-07 Thread Cor
I draw my wave with this class: package com.codobyte.display{ /* @class: Sinus @author:Cor van Dooren @usage: Draw sinus dynamically @syntax:var s:Sinus= new Sinus(params); @params:positieX:int=0, positieY:int=200, lengte:int=200,

RE: [Flashcoders] XML Gallery Viewer

2011-06-07 Thread Merrill, Jason
>> but I need to have the fla source file to modify the code I think a better approach is to: 1. Learn how to load XML and get the data. 2. Learn how to create display objects with code, animate and present them. 3. Learn how to load external images. Jason Merrill Instructional Technology Arc

[Flashcoders] Haxe for Mac

2011-06-07 Thread Tarjinder
Hi, I am working on an application which run on windows and MAC os x. I am using swfmill and haxe to generate swf file in my application. The application is working fine on windows. I need swfmill and haxe for mac os x. Can anybody help me out. Thanks Tarjinder ___

Re: [Flashcoders] XML Gallery Viewer

2011-06-07 Thread Karl DeSaulniers
google is your friend try.. "Flash AS2 xml gallery example" Best, Karl On Jun 7, 2011, at 2:24 AM, Bassam M wrote: Hi Guys I need AS2 xml gallery viewer, it should be thumbnail and big image something like this http://www.flashgallery.org/demo.html but I need to have the fla source file to mo

[Flashcoders] XML Gallery Viewer

2011-06-07 Thread Bassam M
Hi Guys I need AS2 xml gallery viewer, it should be thumbnail and big image something like this http://www.flashgallery.org/demo.html but I need to have the fla source file to modify the code Thanks Bassam ___ Flashcoders mailing list Flashcoders@chattyf