Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in _menu_load_objects() (line 579 of /home/drbiz/public/tools.realism.com/includes/menu.inc).

controller.js

The X3D script code in controller.js

function hover (event, time) {
    if (event) {
        changeColor = new SFColor (1, 0, 1);
    } else {
        changeColor = new SFColor (0, 1, 0);
    }
}
Tags: