3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Pages: [1]

Author Topic: Scripting question  (Read 747 times)

« on: March 17, 2010, 06:15:00 AM »
Hey Guys i was wondering if you could point me in the right direction

i wanna learn how to script in 3d rad,Angel script i think it is is there any good tutorials or any thing
for instance declaring variables and fully customizing object behavior

Really appreciate the help
SHIZZLE!!!
When God gives you lemons, You..................FIND A NEW GOD!!!
(youtube:powerthirst)
« Reply #1 on: March 17, 2010, 06:28:47 AM »
This tutorial covers the basics:

http://www.3drad.com/files/AngleScript_tutorial_lesson.pdf

All of the script functions are covered in the script reference:

http://www.3drad.com/Script_reference.php

After that, just look at the demo projects that have scripts and see what the various commands do, edit a few of them to see the changes etc.

As far as syntax is concerned, angelscript is almost identical to C. A good place to learn that would be http://publications.gbdirect.co.uk/c_book/ if you're interested. NOTE that not all aspects of C are available in angelscript.
Pages: [1]