[Papervision3D] [Tweener] Motion Blurring
Zeh Fernando
zehfernando at zeh.com.br
Sat Mar 15 19:27:20 PST 2008
Try _Blur_blurX.
Zeh
Dwayne Neckles wrote:
> I tried using this on a class that extended a movieclip but it didnt work
>
> ReferenceError: Error #1069: Property _blur_blurX not found on NavButton
> and there is no default value.
>
> NavButton extends Movieclip though..
>
> var mat:MovieAssetMaterial = myPlane.material as MovieAssetMaterial
> if (mat) {
> var mc:MovieClip = mat.movie as MovieClip
> if(mc) {
>
> Tweener.addTween(mc,{_blur_blurX:15, time:1})
> Tweener.addTween(mc,{_blur_blurX:0, time:1,delay:1})
> }
> }
>
>
>
> ------------------------------------------------------------------------
> From: dwayneneckles at hotmail.com
> To: papervision3d at osflash.org; tweener at lists.caurinauebi.com
> Date: Sun, 16 Mar 2008 01:58:49 +0000
> Subject: [Papervision3D] Motion Blurring
>
> To do that to planes (or the their corresponding movieclip material
> in the x or y axis).. would I use effects branch or use Tweener?
>
> ------------------------------------------------------------------------
> Need to know the score, the latest news, or you need your
> Hotmail®-get your "fix". Check it out.
> <http://www.msnmobilefix.com/Default.aspx>
>
>
> ------------------------------------------------------------------------
> Connect and share in new ways with Windows Live. Get it now!
> <http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Tweener mailing list
> Tweener at lists.caurinauebi.com
> http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
More information about the Papervision3D
mailing list