[Tweener] Class problem

ricardo sanchez nardove at yahoo.com
Wed Oct 1 12:55:41 PDT 2008


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


      


More information about the Tweener mailing list