A simple isometric grid field with shadow casting and dynamic text
objects. Text objects are adjustable in both height and rotation.
Create new text objects by clicking on the giant YES button. With
each click, a new text object is created, assigned a random string,
location, rotation, and height.
Clicking the text objects randomly recalculates their rotation
and height destinations. Whenever a text object is in a position
or rotation not equal to it's destination, it automatically moves
towards that destination using vector velocities.
This is an excellent foundation for a Cartesian based isometric
platform where the display of dynamic text is important. The most
valuable component of this project is the unique method of rotating
an embedded movieclip to allow virtually anything to be displayed
isometrically.
|