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 <[EMAIL PROTECTED]> 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
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to