RE: [Flashcoders] Displacement Maps, and Button actions

2005-12-18 Thread Howard Nager
be grabbing the channel value? -Original Message- From: [EMAIL PROTECTED] on behalf of Alan MacDougall Sent: Sat 12/17/2005 11:08 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Displacement Maps, and Button actions Howard Nager wrote: Thanks - the buttons are rectangular

RE: [Flashcoders] Displacement Maps, and Button actions

2005-12-18 Thread Howard Nager
To: Flashcoders mailing list; Flashcoders mailing list Subject: RE: [Flashcoders] Displacement Maps, and Button actions Thanks for the tip - the formula looks like: dstPixel[x, y] = srcPixel[x + ((componentX(x, y) - 128) * scaleX) / 256, y + ((componentY(x, y) - 128) * scaleY) / 256] I am assuming

RE: [Flashcoders] Displacement Maps, and Button actions

2005-12-17 Thread Howard Nager
Mini update - I've simplified and am loading an image in to a movieclip and applying the distortion filter to the movieclip. Much easier...anyhow, before applying the distortion i am creating a button in that movieclip. The problem now is that the button visually distorts but the hit area

Re: [Flashcoders] Displacement Maps, and Button actions

2005-12-17 Thread Alan MacDougall
Howard Nager wrote: Mini update - I've simplified and am loading an image in to a movieclip and applying the distortion filter to the movieclip. Much easier...anyhow, before applying the distortion i am creating a button in that movieclip. The problem now is that the button visually distorts

RE: [Flashcoders] Displacement Maps, and Button actions

2005-12-17 Thread Howard Nager
Subject: Re: [Flashcoders] Displacement Maps, and Button actions Howard Nager wrote: Mini update - I've simplified and am loading an image in to a movieclip and applying the distortion filter to the movieclip. Much easier...anyhow, before applying the distortion i am creating a button