Page 1 of 1

Where is the JSX documentation?

Posted: July 17th, 2005, 8:52 pm
by ndeboar
Hey,

Hey,

Everytime i try and do anything with scripting in AE, there seems to be no documentation for it in the AE scripting guide! Where do you guys learn all the syntax, is there a resource out there that has all the jsx syntax?

Im trying to do some basic string functions, but there is zero documentation on it. Do you have any good resournces on string functions in AE?

Cheers,

Nick Deboar
/Digital Director/
*The People's Republic of Animation
http://www.thepra.com.au*

Posted: July 18th, 2005, 4:51 am
by byronnash
If you mean general javascript reference, try this book.
O'Reilly "Javascript, the Definitive Guide" by David Flanagan.

Posted: July 18th, 2005, 9:47 am
by Paul Tuersley
I also recommend the O'Reilly book for general javascript. You may also want to take a look at this topic:
viewtopic.php?t=46

Impudent mentions a couple of web resources in that topic. Using a combination of those two websites you should be able to find what you need for the string methods.

Paul T

Posted: July 18th, 2005, 5:12 pm
by ndeboar
Of course, i totaly forgot that jsx it based on javascript! Cheers gentleman.