At 10:17 AM 3/2/99 -0500, Steve Guynup wrote:

>HELP....
>Can I through a script Route a TouchSensor (touchTime) to an Anchor Node?
>I want to open a URL in a frame outside the VRML window.

the simple way to do this 
is using an anchor node like this
[needs no script]:

-------- begin snippet from vrmLab -------
  Anchor {
    children [ aBook { coverColor 1 0.27 0 } ]
    description "Yahoo: Newspapers"
    url "http://www.yahoo.com/News/Newspapers/"
    parameter [ "target=_blank" ]
  }
-------- end snippet from vrmLab -------

the parameter insures it goes into a *new* browser window

> AND on the Chomp demo - the shark stays with the viewer...
> What's the script for that?

the simplest approach to accomplishing this one
is to put the shark and the Viewpoint inside the same Transform
and then to animate the *Transform*...
that is how the zepplin drags a Viewpoint around with it
at the vrmLab

jeffs

Jeff Sonstein        http://ariadne.iz.net/
     http://ariadne.iz.net/~jeffs/jeffs.asc
===========================================
There are no bugs
there are just undocumented features

Reply via email to