Hi All,
I am attempting to make a tiled plane with images I’ve made.
Before I used away3d, I used a movieClip in flash to contain the images, then as the user used the mouse, the images would scroll, and the function on the movieClip would dynamically load more images in the order they should fall.
I am attempting to do the same thing with Away3D.
If I am correct, I am supposed to use objectContainer3D to hold my images (that will lay flat on the ground) and sift through the images as the user moves across.
Problem… Im trying to get the Child of the objectContainer3D, but am unable to.
Ive searched, googled, etc, and I cannot find documentation of how to get the child of an objectContainer. Am I doing it wrong?
Any help is greatly appreciated.