hi,
i have a button b77 that contains an mc kader.
When i hoover over b77 i want to change the dimensions of kader:
[AS]on (rollOver) {
b77.kader._height += 10;
b77.kader._width += 10;
}[/AS]
This used to work but suddenly it does not anymore.
What is wrong?