Thank you so much for all the help guys. I'll give it a test run and
see where it gets me.

Many Thanks

Josh

On Jan 20, 11:28 pm, Jensa <[email protected]> wrote:
> Hmmm...
> How about checking this tutorial 
> out:http://www.flashmagazine.com/Tutorials/detail/away3d_basics_4_-_manip...
>
> Under the title "Grouping objects together", you can find more info
> and an example about ObjectContainer3D.
>
> But just to re-iterate:
> 1. create the earth
> 2. create an ObjectContainer3D
> 3. create a button (any kind of object)
> 4. use the addChild method to add the button to the ObjectContainer3D
> 5. move the button along the z axis (a little further than the radius
> of the earth)
> 6. rotate the ObjectContainer3D to position the button
> 7. add event listener to button
>
> J

Reply via email to