[Tweener] Class problem
Zeh Fernando
zeh at zehfernando.com
Wed Oct 1 12:58:18 PDT 2008
It seems it's just a typo, try "transition" instead of "transitions".
Zeh
On Wed, Oct 1, 2008 at 4:55 PM, ricardo sanchez <nardove at yahoo.com> wrote:
> Hi,
>
> Here is the setup:
>
> MenuItem Class that extends MovieClip
>
> imports display, events, caurina
> set some methods and porperties
>
>
> on the FLA
>
> var menuItem:MenuItem = new MenuItem();
> .
> .
> .
> Tweener.addTween(menuItem, {
> x: 0,
> time: 0.4,
> delay: 0.2,
> transitions: "easeOutExpo"
> });
>
>
>
> that is it, I am getting the following error
>
> ReferenceError: Error #1069: Property transitions not found on
> MenuNavButton and there is no default value.
> at caurina.transitions::Tweener$/getPropertyValue()
> at caurina.transitions::Tweener$/updateTweenByIndex()
> at caurina.transitions::Tweener$/updateTweens()
> at caurina.transitions::Tweener$/onEnterFrame()
>
> my guess is that I am missing some imports on the MenuItem class but I am
> not sure, any ideas are welcome!
>
> Thanks
> rS
>
>
>
> _______________________________________________
> Tweener mailing list
> Tweener at lists.caurinauebi.com
> http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.caurinauebi.com/pipermail/tweener-caurinauebi.com/attachments/20081001/91adeb73/attachment.htm>
More information about the Tweener
mailing list