PDA

View Full Version : Drag and drop


amith
12-29-2011, 11:39 AM
Can anyone help me with the vizard code for a program where "text is displaye" when we drag and drop a ball into a specific box in the environment.

Thanks a ton for your reply.

Jeff
01-04-2012, 04:30 PM
Take a look at the vizproximity documentation in the Vizard help. You can set up your code so that a proximity event is generated when the ball is inside the box. In your callback function for this event you can then display the text.