[Tweener] Class problem
Dave Lenz
dave at random.nu
Wed Oct 1 12:58:48 PDT 2008
Instead of the multiple 'transitions' you should use the single
'transition'. It should work then.
Greetings
Ypmits
Op 1 okt 2008, om 21:55 heeft ricardo sanchez het volgende geschreven:
> 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/04c8802b/attachment.htm>
More information about the Tweener
mailing list