hi Pete,

Thanks...It helps...

On Thu, Feb 26, 2009 at 10:28 PM, Peter Kapelyan <[email protected]>wrote:

> Callout to preview what image? When you rollover the marker?
>
> myMovieClip.visible=true;
> myMovieClip.gotoAndPlay("framename");
>
> This doesn't need to be in 3D, it can just be a Movieclip on stage and you
> can place it at the 3D position with the code I pasted above.
>
> Hope that's what you meant, if not let me know.
>
> -Pete
>
> On Wed, Feb 25, 2009 at 9:30 PM, jc chia <[email protected]> wrote:
>
>> Sorry, i post the wrong info....Actually i mean the callout to preview the
>> image. What is the name ?
>>
>> On Wed, Feb 25, 2009 at 11:12 PM, Peter Kapelyan <[email protected]>wrote:
>>
>>> When you set up your markers in 3d space, you can place clips you added
>>> to the stage using the 3d coordinates, something like this:
>>>
>>> var 2d_coordinate:ScreenVertex = view.camera.screen(my3Dmarker);//where
>>> my3Dmarkers is your point on the globe
>>> myMovieClip.x = 2d_coordinate.x + view.x;
>>> myMovieClip.y = 2d_coordinate.y + view.y;
>>>
>>> Is this what you mean?
>>>
>>> -Pete
>>>
>>>   On Wed, Feb 25, 2009 at 8:02 AM, Penang Student 
>>> <[email protected]>wrote:
>>>
>>>>
>>>> http://www.gtrnissan.com/#...
>>>>
>>>> hi there,
>>>>
>>>> Please try the following website...Select the world of GTR , when you
>>>> click the button that is square. What is the name of the
>>>> function ?????
>>>>
>>>>
>>>> Thank you
>>>
>>>
>>>
>>>
>>> --
>>> ___________________
>>>
>>> Actionscript 3.0 Flash 3D Graphics Engine
>>>
>>> HTTP://AWAY3D.COM <http://away3d.com/>
>>>
>>
>>
>
>
> --
> ___________________
>
> Actionscript 3.0 Flash 3D Graphics Engine
>
> HTTP://AWAY3D.COM
>

Reply via email to