Where is the JSX documentation?

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
ndeboar
Posts: 8
Joined: April 17th, 2005, 8:39 pm

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*
byronnash
Posts: 321
Joined: July 7th, 2004, 2:30 pm
Location: Charlotte, NC
Contact:

If you mean general javascript reference, try this book.
O'Reilly "Javascript, the Definitive Guide" by David Flanagan.
Paul Tuersley
Posts: 704
Joined: June 5th, 2004, 7:59 am
Location: London, UK

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
ndeboar
Posts: 8
Joined: April 17th, 2005, 8:39 pm

Of course, i totaly forgot that jsx it based on javascript! Cheers gentleman.
Post Reply