Hey Rob, thanks for your help. Here's the link: http://www.adamdyson.com.au/my_projects/CoverFlow/
On Feb 12, 1:24 am, Rob Bateman <[email protected]> wrote: > 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]
