RE: [Flashcoders] Transition from AS2 to AS3... with minimum pain

2010-04-01 Thread David Hunter
back, although after a year or so I'm only just starting things in OOP. Best, David > From: k...@designdrumm.com > Subject: Re: [Flashcoders] Transition from AS2 to AS3... with minimum pain > Date: Wed, 31 Mar 2010 23:27:47 -0500 > To: flashcoders@chattyfig.figleaf.com >

Re: [Flashcoders] Transition from AS2 to AS3... with minimum pain

2010-03-31 Thread Karl DeSaulniers
lashcoders-boun...@chattyfig.figleaf.com [flashcoders- boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers [k...@designdrumm.com] Sent: Wednesday, March 31, 2010 9:57 PM To: Flash Coders List Subject: Re: [Flashcoders] Transition from AS2 to AS3... with minimum pain Thanks for that Chris. I a

RE: [Flashcoders] Transition from AS2 to AS3... with minimum pain

2010-03-31 Thread Mattheis, Erik (MIN - WSW)
bject: Re: [Flashcoders] Transition from AS2 to AS3... with minimum pain Thanks for that Chris. I am interested in seeing what GAIA is. I have heard of the DVD and I have an AS3 book I was going to send beno. I never even touched AS1. I just dove right into AS2 projects. That is how I got into A

Re: [Flashcoders] Transition from AS2 to AS3... with minimum pain

2010-03-31 Thread Karl DeSaulniers
Thanks for that Chris. I am interested in seeing what GAIA is. I have heard of the DVD and I have an AS3 book I was going to send beno. I never even touched AS1. I just dove right into AS2 projects. That is how I got into AS2. I figure I can do the same with AS3. I guess what "frightens me" if

[Flashcoders] Transition from AS2 to AS3... with minimum pain

2010-03-31 Thread Chris Foster
FWIW, I made the transition to AS3 about a year ago (eLearning lags a little behind the rest of the commercial world). Here's what made my journey easy... 1) Use the GAIA framework as a starting point for all my projects. 2) Watched Colin Moock's 'Lost Actionscript Weekend' DVDs 3) Purchased 'Ess

[Flashcoders] Transition Manager event complete

2010-03-24 Thread Fahim Akhter
Hi, I have the following code       TransitionManager.start(babyPreloader,{type:Fade, direction:Transition.OUT,      duration:0.5, easing:Regular.easeOut});       var tempPreloader:DisplayObject = babyPreloader as DisplayObject;       this.removeChild(tempPreloader); But since this does not wait

[Flashcoders] Transition Out direction

2008-07-30 Thread J.C. Berry
Hello all, This is a short question. I have searched for it for a few days now, but have not even seen a hint of an answer. (I think perhaps the answer lies in understanding the Transition Manager better?) What I need is to direct which way a Transition Out goes. There is a Transition In accompanyi

RE: [Flashcoders] transition

2008-03-14 Thread Jesse Graupmann
: [Flashcoders] transition hi all, anyone out there who knows how to manage this type of picture transition effect? http://www.schierke.com/ thx, marcel ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] transition

2008-03-14 Thread marcellouz
thx a lot for all the response! marcel On 14.03.08 16:18, "Allandt Bik-Elliott (Receptacle)" <[EMAIL PROTECTED]> wrote: > http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/ > wwhelp.htm?context=LiveDocs_Parts&file=0983.html > > this should help (note actionscript 2) > >

Re: [Flashcoders] transition

2008-03-14 Thread Allandt Bik-Elliott (Receptacle)
http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/ wwhelp.htm?context=LiveDocs_Parts&file=0983.html this should help (note actionscript 2) On 14 Mar 2008, at 14:10, Helmut Granda wrote: any specific kind of transition? the transition i noticed was a simple fade in an

Re: [Flashcoders] transition

2008-03-14 Thread Helmut Granda
any specific kind of transition? the transition i noticed was a simple fade in and fade out. Is that what you were looking for? On 3/14/08, marcellouz <[EMAIL PROTECTED]> wrote: > > hi all, > > anyone out there who knows how to manage this type of picture transition > effect? > > http://www.schier

Re: [Flashcoders] transition

2008-03-14 Thread jonathan howe
I looked at some of the transportation photos: Looks like they are just tweening the brightness instead of the alpha and the photographs are all lit such that it appears more directed than it really is (it looks like it is radiating from the sun but really the sun is just the brightest spot, so it

[Flashcoders] transition

2008-03-14 Thread marcellouz
hi all, anyone out there who knows how to manage this type of picture transition effect? http://www.schierke.com/ thx, marcel ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Transition Manager problems

2006-03-09 Thread grimmwerks
I've got what should seem simple - 3 different slideshows on the stage being fed from an xml file -- for some reason they're glitching out -- I'm thinking it's because of TransitionManager losing scope? I"ve got a zip up at grimmwerks.com/test.zip if anyone feels like lending a hand. Thanks.