ParallelGraphics Forums
Cortona VRML Client
You are here: [Forums]::[Browsers]::[Cortona VRML Client]

Registration 
Registration
Forgot your password?

Help 
Help
Support

Quick search 

Subscribe to newsletters 

Install Cortona VRML Client for FREE!
Outline 3D
Try RobinZone!
email:  password:
   Browsers - Cortona VRML Client

Subject: Re: TouchSensor and isOver problem
Sender: Uh 11.03.08 00:42
Is there a way how to use isOver parameter for pop-up help? I have some troubles with getting rid of the help label because an isOver FALSE doesn't seem to be generated at all after I move the mouse away from the object. Am I wrong?

Yes you are.
That's ok with isOver event:

#VRML V2.0 utf8
DEF main_TS TouchSensor {}
Shape {
geometry Cone {}
}
DEF main_SCR Script {
eventIn SFBool go
url "javascript:
function go(val){
trace(val);
}
"
}
ROUTE main_TS.isOver TO main_SCR.go

 


TouchSensor and isOver problem / hanci / 7.03.08 20:48
     Re: TouchSensor and isOver problem / Uh / 11.03.08 00:42
         Re: TouchSensor and isOver problem / hanci / 11.03.08 08:29

Messages in thread: 3


© 1998-2007 ParallelGraphics. All rights reserved. Terms of use.