road0001 / tweener

Automatically exported from code.google.com/p/tweener
0 stars 0 forks source link

special properties not working in AS2 version #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Tweening any special property seems to throw the following error:
## [Tweener] Error: The property 'XXXX' doesn't seem to be a normal object
property of [object Object] or a registered special property.
I've tried with a few (_scale, _color, etc...)... I checked the SVN log,
and it seems to be since version 1.31.66 when SpecialPropertiesDefault.as
was deleted.

Cheers and thanks

Original issue reported on code.google.com by ventda...@gmail.com on 26 Nov 2007 at 12:13

GoogleCodeExporter commented 8 years ago
SpecialProperties.as was deleted and properties were moved to individual 
classes. A
lot of properties were added too. You will find them on
caurina/transitions/properties/*. This was done to allow the special properties 
to be
optional. Check the documentation on the SVN as it explains all available 
special
property classes and how to use them (you just have to .init the classes).

Original comment by zisfor...@gmail.com on 26 Nov 2007 at 12:37

GoogleCodeExporter commented 8 years ago
Oh!, this is awesome, thanx :)
I couldn't find any reference of that change in any documentation... am I 
missing
some URL to look for updated documentation? :S
Thanks again...

Original comment by ventda...@gmail.com on 26 Nov 2007 at 12:57

GoogleCodeExporter commented 8 years ago
If you grabbed the SVN (beta) version - which you probably should since this 
change
is only featured on that version - the documentation is on
/trunk/docs/html/en-us/index.html. It's not online yet because of the changes in
syntax... it will be as soon as the current beta version is stable.

Original comment by zisfor...@gmail.com on 26 Nov 2007 at 1:11

GoogleCodeExporter commented 8 years ago
Oh, that's right, I had just the sources sincronized, sorry ^^, maybe you could
specify this in the online docs for the moment?

And OMG, thank you so much!... I was trying to write the _text_color special 
myself,
and there is one already made in the new special properties... it's so 
convenient to
be able to choose just the properties you need...

Again, thank you so much! I love the way this library has evolved, and of 
course, it
has saved me tons of hard work ^^... is there any way to support this project?
donations? :)

Original comment by ventda...@gmail.com on 26 Nov 2007 at 3:58

GoogleCodeExporter commented 8 years ago
Thanks a lot, ventdaval.

We don't currently accept donations, but in the future we'll make easier for 
people
to contribute with extensions, examples, documentation and so on.

Original comment by zisfor...@gmail.com on 26 Nov 2007 at 4:16

GoogleCodeExporter commented 8 years ago
Can you tell me how to assign URL to a link?

Original comment by abehi...@gmail.com on 22 Dec 2008 at 1:29