[Flashcoders] Regular Expression

2006-02-28 Thread Chris Kennon
Hi All, Does AS 3 have support for regular expressions? Return True, Christopher Kennon Principal/Designer/Programmer -Bushidodeep www.bushidodeep.com ___ "An ideal is merely the projection, on an enormously enlarged scale, of some aspect of personality."

Re: [Flashcoders] gotoandlearn()

2006-02-16 Thread Chris Kennon
r. On 16 Feb 2006, at 23:41, Chris Kennon wrote: Hi, Player 8.x On Feb 16, 2006, at 11:54 AM, JesterXL wrote: What Flash player is installed in both browsers? - Original Message ----- From: "Chris Kennon" <[EMAIL PROTECTED]> To: "Flashcoders mailing list"

Re: [Flashcoders] gotoandlearn()

2006-02-16 Thread Chris Kennon
Hi, Player 8.x On Feb 16, 2006, at 11:54 AM, JesterXL wrote: What Flash player is installed in both browsers? - Original Message - From: "Chris Kennon" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, February 16, 2006 2:41 PM Subject:

[Flashcoders] gotoandlearn()

2006-02-16 Thread Chris Kennon
Hi, I've contacted lee directly, but thought this might prove additionally helpful. I'm working with OS 10.4.5, both Safari and FireFox cannot load gotoandlearn() tutorials, and both are unable to download the material. I'm at a loss why this happening? Return True, Christopher

Re: [Flashcoders] xpath / xpath4as2 beginners question

2006-02-02 Thread Chris Kennon
Hi, This tutorial may prove helpful (http://www.w3schools.com/xpath/default.asp) Jason, As with anything in this field, we collect various tools, then call upon ones applicable to the occasion. Your observation that attributes speed processing of a larger app is certainly well founded.

Re: [Flashcoders] xpath / xpath4as2 beginners question

2006-02-02 Thread Chris Kennon
inal Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Chris Kennon Sent: Thursday, February 02, 2006 2:19 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] xpath / xpath4as2 beginners question Hi, After reading this article, I'm confused why client na

Re: [Flashcoders] xpath / xpath4as2 beginners question

2006-02-02 Thread Chris Kennon
Hi, After reading this article, I'm confused why client name does not merit an element? (http://www-128.ibm.com/developerworks/xml/library/x-eleatt.html) On Feb 2, 2006, at 10:00 AM, Merrill, Jason wrote: It's well formed, sure, but I would do it like this instead - make heavy use of att

Re: [Flashcoders] Final Class Question

2006-01-22 Thread Chris Kennon
Hi, The revised code, Nathan's, worked. Chris On Jan 21, 2006, at 11:13 PM, Chris Velevitch wrote: I agree with Nathan's observations, amMessage and pmMessage properties are being obscured by the constructor arguements of the same name in the class constructor and those properties aren't being

Re: [Flashcoders] Final Class Question[Correction]

2006-01-21 Thread Chris Kennon
Hi, Removed the ASO file, checked again. All is good. Thanks to everyone for THEIR help and wisdom. It is hoped this experience inspires more informed contributions to the list. Return True, Christopher Kennon Principal/Designer/Programmer -Bushidodeep http://bushidodeep.com/ ___

Re: [Flashcoders] Final Class Question[It's Done!!]

2006-01-21 Thread Chris Kennon
Hi, Removed the ASO file, checked again. All is good. Thanks to everyone for there help and wisdom. It is hoped this experience inspires more informed contributions to the list. Return True, Christopher Kennon Principal/Designer/Programmer -Bushidodeep http://bushidodeep.com/ ___

Re: [Flashcoders] Final Class Question

2006-01-21 Thread Chris Kennon
Hi, Very helpful best practices information, however, as previously stated, this is my first Class. The custom greeting still returns undefined. It's probably how I call them in the class instance constructor? import com.bushidodeep.TimeStamp; // var my_ts:TimeStamp = new TimeStamp(this,

[Flashcoders] Final Class Question

2006-01-21 Thread Chris Kennon
Hi, The following Class is complete except I've run into a snag passing a custom amMessage and pmMessage. Would some kind soul help the newbie, completing his first Class? /** A class that assigns a custom message to a text field based upon time of day. **/ class com.bushidodeep.TimeStamp {

[Flashcoders] Another Class Error Message

2006-01-20 Thread Chris Kennon
Hi, Working away on the renamed hello class, now time stamp. However getting the following errors: **Error** BushidoDeep:Users:chris:Desktop:classes:timeStamp:com:bushidodeep:TimeSt amp.as: Line 23: Type mismatch in assignment statement: found Void where TextField is required.

Re: [Flashcoders] An Issue of Encapsulation

2006-01-17 Thread Chris Kennon
an enormously enlarged scale, of some aspect of personality." -- Aldus Huxley On Jan 17, 2006, at 7:04 PM, Alan MacDougall wrote: Chris Kennon wrote: Hi, If my understanding of encapsulation is misgui

[Flashcoders] An Issue of Encapsulation

2006-01-17 Thread Chris Kennon
Hi, If my understanding of encapsulation is misguided, please correct. In the following code snippet, should in the interest if encapsulation, the "Good Morning/Afternoon" strings be called from another function? //code snippet private function formatTime(theDate) {

Re: [Flashcoders] Class Error Message

2006-01-16 Thread Chris Kennon
t:MovieClip) { container_mc = target.createEmptyMovieClip("blah", 1); placeGreeting(); var now:Date = new Date(); trace ("The Time is " + this.formatTime(now)); } Regards, PR Chris Kennon a écrit : Hi All, In the following code my attempt at fo

[Flashcoders] Class Error Message

2006-01-16 Thread Chris Kennon
Hi All, In the following code my attempt at formatting the date returns this to the output window: // **Error** BushidoDeep:Users:chris:Desktop:hello:com:bushidodeep:Hello.as: Line 55: This statement is not permitted in a class definition. now = new Date(); **Error** BushidoDee

Re: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Chris Kennon
Microsoft? On Jan 13, 2006, at 7:28 AM, Nick Weekes wrote: Id rather earn 21000 euros than work for the antichrist. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Thibault Sent: 13 January 2006 15:23 To: Flashcoders mailing list Subject: Re: [Flas

Re: [Flashcoders] Using a Function as Variable[code]

2006-01-12 Thread Chris Kennon
The following returned undefined: /** A Simple hello class that assigns a custom message to a text field based upon time of day. **/ class com.bushidodeep.Hello { private var width:Number; private var height:Number; private var stageHeight:Number = 300; private var

Re: [Flashcoders] Using a Function as Variable[SOLVED]

2006-01-12 Thread Chris Kennon
Thanks for your help. Fixed it On Jan 12, 2006, at 2:39 PM, Johannes Nel wrote: public function get displayGreeting():String { if (now == "afternoon") { message = "Disco Rules"; } else { message = "Samba Rules";

Re: [Flashcoders] Using a Function as Variable[code]

2006-01-12 Thread Chris Kennon
Greeting() { if (now == "afternoon") { message = "Disco Rules"; } else { message = "Samba Rules"; } } } On Jan 12, 2006, at 2:29 PM, Chris Kennon wrote: Hi, In the following, I'm at

[Flashcoders] Using a Function as Variable

2006-01-12 Thread Chris Kennon
Hi, In the following, I'm attempting to apply the value os an expression in a function to a textField. A pit of quicksand has developed. Would someone lend a hand? Respectfully, Christopher Kennon Bushidodeep.com ___ Flashcoders mailing list Flash

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
Perfect.. Thanks so much! On Jan 11, 2006, at 6:25 PM, Andy Johnston wrote: import com.bushidodeep.*; var myHello:Hello = new Hello(this); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
eldDepth, 200, 100, 250, 125); container_mc.messageText.text = "test"; container_mc.messageText.border = true; } } [/CODE] On Jan 11, 2006, at 5:32 PM, Martin Wood wrote: passing the target into the constructor. martin. Chris Kennon wrote: Hi, I attempting to cre

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
container_mc.messageText.text = "test"; container_mc.messageText.border = true; } } [/CODE] On Jan 11, 2006, at 5:32 PM, Martin Wood wrote: passing the target into the constructor. martin. Chris Kennon wrote: Hi, I attempting to create a mc, then attach a

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
= true; } } [/CODE] On Jan 11, 2006, at 5:32 PM, Martin Wood wrote: passing the target into the constructor. martin. Chris Kennon wrote: Hi, I attempting to create a mc, then attach a textField via composition, instead of extending the movieClip class. Could someone poi

[Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
Hi, I attempting to create a mc, then attach a textField via composition, instead of extending the movieClip class. Could someone point out what I missed? [CODE] /** A Simple hello class that assigns a custom message to a text field based upon time of day. **/ class com.bushidodeep.Hello {