[Tweener] Class problem
ricardo sanchez
nardove at yahoo.com
Wed Oct 1 14:41:45 PDT 2008
Hi,
if I import caurina.transition.Tweener;
I get the followi
----- Original Message ----
From: Dave Lenz <dave at random.nu>
To: tweener at lists.caurinauebi.com
Sent: Wednesday, October 1, 2008 8:58:48 PM
Subject: Re: [Tweener] Class problem
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/8217e84b/attachment.htm>
More information about the Tweener
mailing list