View Single Post
  #1  
Old 01-27-2004, 03:10 PM
jrodman jrodman is offline
Member
 
Join Date: Jun 2003
Posts: 21
A hotspot id of -1 will never trigger.

If I set up a hotspot with starthotspot() and give it an id of -1, I can't trigger the hotspot.
I'm using Vizard 2.12.
The documentation for starthotspot() states that any integer will work.
This same code worked fine in 1.X, and every other integer that I've tried works fine.
I've special cased -1 to use 0 for now, and the code is doing what I want. Please let me know if this is a bug and when it will be fixed.

Thanks,
JP
Reply With Quote