Thanks for all of the help - still having a couple of issues with my
code: http://pastebin.com/m29cfd649
I get an error the first time thru the loop -
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
at globe_fla::MainTimeline/timedFunction()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
isBrowser false
I'm assuming that this is from something not being set.
Also - I want to make the globe rotate so that the point that I add is
facing the camera... I thought that lines 162-164 would
do something similar but they do nothing... any ideas?