[osflash] 'flash.filters.*' inside class - not compiling

Dan Shryock dan.shryock at gmail.com
Wed Jul 12 10:42:25 EDT 2006


Are you telling mtasc to use version 8?  If not, I believe that it will
default to looking only at version 7 classes.

Dan

On 7/12/06, Michael Stuhr <michael.stuhr at gmail.com> wrote:
>
> Giles Taylor schrieb:
> > It's working ok for me, have you any code to share?
> >
> i have:
>
> import flash.filters.DropShadowFilter;
> class Tooltip
> {
>
> [...]
>
> private static function drawTip ()
> {
>         var tipclip:MovieClip = _root.___tooltip;
>         [...]
>         var filter = new DropShadowFilter (5, 90, 0x0, 45, 5, 5, 100, 3,
> false, false, false);
>                         var filterArray:Array = new Array();
>                         filterArray.push(filter);
>                         tipclip.filters = filterArray;
> }
>
> }
>
>
>
> micha
>
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20060712/a7ef1c46/attachment.htm


More information about the osflash mailing list