RE: [Flashcoders] EventDispatcher and onEnterFrame.... problems

2006-11-08 Thread Ryan Potter
You want to post some code? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chase Brammer Sent: Wednesday, November 08, 2006 10:45 AM To: Flashcoders mailing list Subject: [Flashcoders] EventDispatcher and onEnterFrame problems Hi yall, I am

RE: [Flashcoders] EventDispatcher and onEnterFrame.... problems

2006-11-08 Thread Steven Sacks | BLITZ
Inside an onEnterFrame function you have to use this when referring to things in the class (if the class extends MovieClip, which I hope it does because only MovieClips can have onEnterFrame as far as I know). class MyClass { var foo:Boolean; function MyClass() {

RE: [Flashcoders] EventDispatcher and onEnterFrame.... problems

2006-11-08 Thread Mike Keesey
-Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ Sent: Wednesday, November 08, 2006 10:24 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] EventDispatcher and onEnterFrame problems Inside

Re: [Flashcoders] EventDispatcher and onEnterFrame.... problems

2006-11-08 Thread Muzak
list flashcoders@chattyfig.figleaf.com Sent: Wednesday, November 08, 2006 7:23 PM Subject: RE: [Flashcoders] EventDispatcher and onEnterFrame problems Inside an onEnterFrame function you have to use this when referring to things in the class (if the class extends MovieClip, which I hope

RE: [Flashcoders] EventDispatcher and onEnterFrame.... problems

2006-11-08 Thread Steven Sacks | BLITZ
PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, November 08, 2006 7:23 PM Subject: RE: [Flashcoders] EventDispatcher and onEnterFrame problems Inside an onEnterFrame function you have to use this when referring to things in the class (if the class

Re: [Flashcoders] EventDispatcher and onEnterFrame.... problems

2006-11-08 Thread Ray Chuan
. - Original Message - From: Steven Sacks | BLITZ [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, November 08, 2006 7:23 PM Subject: RE: [Flashcoders] EventDispatcher and onEnterFrame problems Inside an onEnterFrame function you have