great! glad to hear it's working correctly. send us a link when you have a
live demo update :)

Rob

On Sat, Feb 7, 2009 at 11:04 PM, FlawedKid <[email protected]> wrote:

>
> Never mind :) I found a way of getting the correct scaling using a
> formula you posted in another thread. Sooo happy right now!
>
> private function coverClick(event:CoverFlowEvent):void
> {
>    var focus:Number = coverFlow.camera.focus;
>    var zoom:Number = coverFlow.camera.zoom;
>
>    coverInformation.scaleX = zoom / (1 + event.data.z / focus);
>    coverInformation.scaleY = zoom / (1 + event.data.z / focus);
> }




-- 
Rob Bateman
Flash Development & Consultancy

[email protected]
www.infiniteturtles.co.uk
www.away3d.com

Reply via email to