This shows you the differences between the selected revision and the current
version of the page.
| resource:displaying_hint_icons_over_active_hotspots 2008/11/24 20:11 | resource:displaying_hint_icons_over_active_hotspots 2011/05/08 23:12 current | ||
|---|---|---|---|
| Line 56: | Line 56: | ||
| { | { | ||
| // we're only interested in interactive visible entities | // we're only interested in interactive visible entities | ||
| - | if(Node.Type!="entity" || !Node.Interactive || !Node.Active==true) return; | + | if(Node.Type!="entity" || !Node.Interactive || !Node.Active) return; |
| // create the hint icon | // create the hint icon | ||