Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

special properties not working in AS2 version #25

Closed
GoogleCodeExporter opened this issue Sep 15, 2015 · 6 comments
Closed

special properties not working in AS2 version #25

GoogleCodeExporter opened this issue Sep 15, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: NotABug

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

Can you tell me how to assign URL to a link?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant