RE: [Flashcoders] Vista-like glossy SimpleButton - please help with the final touch

2009-10-18 Thread Kerry Thompson
Hans Wichman wrote: > if anyone is interested I can still post the code after migration. That's pretty cool-looking, Hans. I'd love to see the AS3 implementation. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.co

Re: [Flashcoders] Movieclip in a remote shared object

2009-10-18 Thread Patrick Matte
I don't think you can store MovieClip but I don't know exactly why, you can't store BitmapData either, because it needs parameters passed to the constructor. But you can store many different types of objects, just make sure you use flash.net.registerClassAlias("full.class.path", Class); And make su

Re: [Flashcoders] Movieclip in a remote shared object

2009-10-18 Thread Hans Wichman
Hi, as far as I'm aware, stored objects lose all type info except the basic types objects, strings, number etc. So no no storing of movieclips I think, but you can always try;) regards, Hans On Sun, Oct 18, 2009 at 12:53 AM, ktt wrote: > Hello, > > Is it possible to store Movieclip in a re

Re: [Flashcoders] Movieclip in a remote shared object

2009-10-18 Thread Steven Sacks
What does that mean? ktt wrote: Hello, Is it possible to store Movieclip in a remote shared object? Ktt ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Vista-like glossy SimpleButton - please help with the final touch

2009-10-18 Thread Hans Wichman
Cool alex, I was trying to find my old aqua code, but can't locate it, it was as2 anyway, so I'll have rewrite it for as3. Not quite vista, but still acceptable I think: http://www.objectpainters.com/flashExamples/aqua/ As said, I'll have to rewrite it for as3 and I made an error in the reflecti

RE: [Flashcoders] Vista-like glossy SimpleButton - please help with the final touch

2009-10-18 Thread Cor
Nice work Alex. Thanks for your final solution! Regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Alexander Farber Sent: zondag 18 oktober 2009 10:29 To: Flash Coders List Subject: Re: [Flashcoder

Re: [Flashcoders] Vista-like glossy SimpleButton - please help with the final touch

2009-10-18 Thread Alexander Farber
Hello all, thank you for your replies. I've added another Shape on top of my gradient and set its blendMode to BlendMode.OVERLAY and am finally satisfied with the result (except the downState - red doesn't look good there for some reason. The overlay is too bright there)... Your suggestion with