Technical Samples     Tutorials     Web Player Commands     Demo

Tutorials

Characters
Cameras
Attributes
Particles
Grids
Curves
Arrays
Portals
Scenes

Arrays Exercise 1

In this exercise, you'll learn how to create 2 different Arrays. The first Array stores information about 4 objects, the other serves as a simple inventory. Then you'll learn how to write a Script that manages these Arrays by putting objects that users have clicked on in the inventory.

-

ArrayLoad Exercise 2

In this exercise, you'll learn how to import data from a text file into an Array at run-time. The data will then be used to reposition the curve points of a curve.

-

ArraySave Exercise 3

In this exercise, you'll learn how to export data contained in an Array to a text file at run-time. This exercise also uses curve points to illustrate techniques for exporting data.

-
Arrays