Re: [SPAM] Re: [Flashcoders] Delivering a flah christmas card by email

2009-12-11 Thread Paul Andrews
John R. Sweeney Jr wrote: So many companies now block unsolicited attachments with firewalls, spam blockers, virus protection, etc., the link is your best bet. Then the user makes the decision whether or not to see the card not the email police. :) Good luck, John The client is happy with

RE: [Flashcoders] as3 to iphone app

2009-12-11 Thread David Hunter
pretty sure i heard the same thing, otherwise you need to join up to the iphone developer program and pay $99 per year if you want it on the appstore. From: k...@designdrumm.com Subject: Re: [Flashcoders] as3 to iphone app Date: Thu, 10 Dec 2009 19:42:02 -0600 To:

Re: [Flashcoders] as3 to iphone app

2009-12-11 Thread Eric E. Dolecki
You may find this link of interest to you. http://forums.whirlpool.net.au/forum-replies-archive.cfm/1152244.html On Fri, Dec 11, 2009 at 3:22 AM, David Hunter davehunte...@hotmail.comwrote: pretty sure i heard the same thing, otherwise you need to join up to the iphone developer program and

Re: [Flashcoders] as3 to iphone app

2009-12-11 Thread Kevin Newman
Thanks! Can't wait for the beta!! Where is that thing?!! :-D Kevin N. On 12/10/09 8:13 PM, David Hunter wrote: bit of an old thread but thought people might like to check out lee brimelow's new video (in case you hadn't seen it) showing you a quick demo on how to make an iphone app in

RE: [SPAM] Re: [Flashcoders] Delivering a flah christmas card by email

2009-12-11 Thread Nathan Mynarcik
Glad things went well Paul! -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul Andrews Sent: Friday, December 11, 2009 2:20 AM To: Flash Coders List Subject: Re: [SPAM] Re: [Flashcoders] Delivering a flah

[Flashcoders] Lost My checkFrame

2009-12-11 Thread beno -
I have the following code: public function myLeftHand():void { leftHand = new Hand(); leftHand.x = head.x - 20; leftHand.y = head.y + 50; addChild(leftHand); leftHand.addEventListener(Event.ENTER_FRAME, checkFrame);

Re: [Flashcoders] Lost My checkFrame

2009-12-11 Thread Dave Watts
I have the following code: ...        //check the hands and stop when they reach the 40 frame        public function checkFrame(e:Event):void        {            if (e.target.currentFrame == 40)            { ...            }                if (e.target.currentFrame == 40)  

Re: [Flashcoders] Lost My checkFrame

2009-12-11 Thread beno -
On Fri, Dec 11, 2009 at 3:49 PM, Dave Watts dwa...@figleaf.com wrote: I have the following code: ... //check the hands and stop when they reach the 40 frame public function checkFrame(e:Event):void { if (e.target.currentFrame == 40) {

RE: [Flashcoders] Lost My checkFrame

2009-12-11 Thread Nathan Mynarcik
That was a change after I gave him the Main.as file. You only need one conditional test beno. Each hand was being passed to that checkFrame function. When a frame reached frame 40, you can enter anything you want to happen after that. public function checkFrame(e:Event):void { if

Re: [Flashcoders] Lost My checkFrame

2009-12-11 Thread beno -
On Fri, Dec 11, 2009 at 4:02 PM, Nathan Mynarcik nat...@mynarcik.comwrote: That was a change after I gave him the Main.as file. You only need one conditional test beno. Each hand was being passed to that checkFrame function. When a frame reached frame 40, you can enter anything you want to

RE: [Flashcoders] Lost My checkFrame

2009-12-11 Thread Nathan Mynarcik
I think your issue now is how you are constructing your TweenLite/Max code. I am not sure if var myTween:TweenMax = new TweenMax(leftHand, 2, {x:400}); is the correct formatting. If you are trying to have a tween reversed, I would look into TimelineLite/Max:

Re: [SPAM] Re: [Flashcoders] Delivering a flah christmas card by email

2009-12-11 Thread Karl DeSaulniers
Hey just to follow up. I made a e-card with flash embedded and it played like a charm Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [SPAM] Re: [Flashcoders] Delivering a flah christmas card by email

2009-12-11 Thread Nathan Mynarcik
Inside the email? What email client/browser? --Original Message-- From: Karl DeSaulniers Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash Coders List Subject: Re: [SPAM] Re: [Flashcoders] Delivering a flah christmas card by email Sent: Dec 11, 2009

Re: [SPAM] Re: [Flashcoders] Delivering a flah christmas card by email

2009-12-11 Thread Karl DeSaulniers
I am using mac mail. And yes, it is playing inside my email message. Karl On Dec 12, 2009, at 12:14 AM, Nathan Mynarcik wrote: Inside the email? What email client/browser? --Original Message-- From: Karl DeSaulniers Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders

Re: [SPAM] Re: [Flashcoders] Delivering a flah christmas card by email

2009-12-11 Thread Nathan Mynarcik
Interesting. Can you send it to my email so I can test in other clients? Wanna test outlook and gmail. --Original Message-- From: Karl DeSaulniers Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash List ReplyTo: Flash Coders List Subject: Re: [SPAM] Re: [Flashcoders] Delivering