Re: [Flashcoders] vars with $

2006-08-21 Thread ryanm
Curious, what does, "mechanically generated code" mean? Space robots? ...with the kicking and the biting with the metal teeth and the hurting and shoving. ryanm ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] vars with $

2006-08-21 Thread Alias
wn little universe? > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, > Jason > Sent: Friday, August 18, 2006 4:27 PM > To: Flashcoders mailing list > Subject: RE: [Flashcoders] vars with $ > > In addit

RE: [Flashcoders] vars with $

2006-08-21 Thread Merrill, Jason
Curious, what does, "mechanically generated code" mean? Space robots? Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search t

Re: [Flashcoders] vars with $

2006-08-19 Thread Fumio Nonaka
Using $ for identifier is valid in Flash. Also, according to ECMA-262, "the dollar sign is intended for use only in mechanically generated code"(7.6 Identifiers). http://livedocs.macromedia.com/flash/8/main/1197.html But I do not use it in Flash because $ has special meaning in other lang

Re: [Flashcoders] vars with $

2006-08-19 Thread Julien Vignali
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Keesey Sent: Friday, August 18, 2006 8:25 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] vars with $ I have seen others do it, or mark parameters with a "p_". I prefer no

Re: [Flashcoders] vars with $

2006-08-18 Thread Adam Pasztory
I used to use $ to mark private vars back when doing AS1, before there were explicit privates. I alwys preferred it to the _, because it's a easier to see, and shows that those vars are special -- not to be [EMAIL PROTECTED] with! But nobody else did this, so I stopped because I figured it woul

Re: [Flashcoders] vars with $

2006-08-18 Thread Zeh Fernando
So I really am in my own little universe. Far out, moon doggie! I use p_ for parameters, _ for private properties, and $ for (almost) everything temporary (ie, var functions). Like $tmc for a movieclip. I think we're each other on our very own universe. :) Zeh __

RE: [Flashcoders] vars with $

2006-08-18 Thread Tom Lee
D] On Behalf Of Mike Keesey Sent: Friday, August 18, 2006 8:25 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] vars with $ I have seen others do it, or mark parameters with a "p_". I prefer not to mark parameters in any special way. I mark private variables with

RE: [Flashcoders] vars with $

2006-08-18 Thread Tom Lee
So I really am in my own little universe. Far out, moon doggie! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Burch Sent: Friday, August 18, 2006 5:58 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] vars with $ Using $ in flash is just

RE: [Flashcoders] vars with $

2006-08-18 Thread Mike Keesey
lto:[EMAIL PROTECTED] On Behalf Of Tom Lee Sent: Friday, August 18, 2006 1:38 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] vars with $ I've used it to indicate arguments in a function to clarify the origin of the variable, like this: function myFunc($arg1,$arg2){

Re: [Flashcoders] vars with $

2006-08-18 Thread Greg Burch
at for some native properties (_x,_y). Does anyone else do this, or am I just in my own little universe? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Friday, August 18, 2006 4:27 PM To: Flashcoders mailing list Subject: RE: [Flashco

RE: [Flashcoders] vars with $

2006-08-18 Thread Tom Lee
ilto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Friday, August 18, 2006 4:27 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] vars with $ In addition, some programmers also use $ to indicate a string. Jason Merrill Bank of America Learning & Organization Effecti

RE: [Flashcoders] vars with $

2006-08-18 Thread Merrill, Jason
Of Paul Venton >>Sent: Friday, August 18, 2006 2:49 PM >>To: 'Flashcoders mailing list' >>Subject: RE: [Flashcoders] vars with $ >> >>I know PHP uses it and TorqueScript use "$" and "%" to differentiate between >>global ($) an

RE: [Flashcoders] vars with $

2006-08-18 Thread Paul Venton
I know PHP uses it and TorqueScript use "$" and "%" to differentiate between global ($) and local (%) variables but it has no special meaning in Flash. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 18 August 2006 19:27 To: Flashco