Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: ASL writing tutorial request  (Read 5275 times)

B3dman

  • Full Member
  • ***
  • Posts: 128
    • View Profile
ASL writing tutorial request
« on: June 19, 2008, 09:14:26 am »

ive been trying to figure out the anim8or scripting language but i have no C or Java programing experience are there any tutorials for this?

thanks in advance!  8)
Logged
The only thing that matters is Faith showing itself through love.
Galatians 5:6

Kubajzz

  • Flying Platypus
  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 548
  • Little doggie ate my avatar...
    • View Profile
Re: ASL writing tutorial request
« Reply #1 on: June 19, 2008, 09:57:18 am »

You first have to decide what you need to learn. If you want to learn how to write controller scripts (the simplest and most useful way to use scripts), there's one topic in the old forum which helped me to get started:
http://www.anim8or.com/ubb/Forum6/HTML/000096.html.
There will also probably be a tutorial about controller scripts in one of the next versions of DotAn8 (oops... I hope I didn't say too much :o)

If you want to learn how to write parametric mesh plugins... well, that's somehow more difficult. There is a topic which explains the plane_plugin simple script, it should get you started:
http://www.anim8or.com/smf/index.php?topic=206.0
...the next thing you should do is to study more simple examples and try to create your own simple scripts. Check this topic on anim8or.org: http://anim8or.org/forums/index.php/topic,777.0.html - you will find some more examples of simple parametric plugins (btw. my first scripts  8))

And remember that the ASL specification is your best friend:
http://www.anim8or.com/scripts/spec/Anim8or_Scripting_Language.html

Good luck
Logged