this.onRollover = function()
{
cover.useHandCursor=false;
// dont think youd even need any code as long as you have a function
// maybe you could do the mouse code that didnt show a rollover state
// meaning your black square acts as a block but doesnt look active itself
}
}
But it doesn't work the mouse still shows up on RollOver any ideas?