Re: [flexcoders] Re: Can someone rewrite this...

2010-04-17 Thread Joe Cabezas
Gordon: that solution (the age switch) is what i proposed before, in the fisrt reply, :D PD: Adobe Flex SDK Team?, wow!, nice work adobe! :D 2010/4/16 Gordon Smith gosm...@adobe.com If age were an int rather than a Number (which it probably should be) then you could use a switch:

Re: [flexcoders] Animations with Flex

2010-04-12 Thread Joe Cabezas
Look for tweener library It also comes in swc format, very recomended Enviado desde mi iPhone 3G El 12-04-2010, a las 5:04, Christophe christophe_jacque...@yahoo.fr escribió: Hello, I am searching a Swc library for doing Swf animations from images, with the setup of a timer between the

[flexcoders] [FB4] flex simulate download

2010-04-10 Thread Joe Cabezas
hello! there's any way to simulate download like in flash IDE? how to? thx in advance :D

Re: [flexcoders] Can someone rewrite this...

2010-04-09 Thread Joe Cabezas
it curious but a person who are 2000 years old, with your implementation it's group 1 run this code: package { import flash.display.Sprite; public class test extends Sprite { public function test() { trace(this.getAgeGroup(2000)); } private function getAgeGroup(age:Number):int { if (age = 0

Re: [flexcoders] Can someone rewrite this...

2010-04-09 Thread Joe Cabezas
y did not understand, but i hope i help you 2010/4/9 Wally Kolcz wko...@isavepets.com Thanks for the try, but all ages are 18 so the first condition would be met on all of them. I need the multiple conditions on the case to be preserved. :) On 4/9/2010 11:45 PM, Rob Romanek wrote:

Re: [flexcoders] FlashBuilder 4 Linux Released!

2010-04-08 Thread Joe Cabezas
where i can get this?, adobe trials page not yet :/ 2010/4/8 feiy eshang...@gmail.com hi,now *FB4Linux is Platform independent,and can work with i386 x64.don't need the ia32 java in x64 system.* enjoy it! 闲云孤鹤 - 清冷香中抱膝吟 On Mon, Mar 29, 2010 at 8:14 PM, Guillaume Aveline

[flexcoders] [spark] viewstack and move showeffect problem

2010-04-07 Thread Joe Cabezas
hello! mi name is Joe, i'm from Chile, Latin America, i developed in flex 3, but this time i want to practice flash builder 4. actually, i want to show a popup (a TitleWindow via PopUpManager), wich has a viewstack, and i want to animate it's contents like and ipod interface, i have this code,