My code at this moment is problably wrong but what im trying to do is to get it so my object2 will rotate continuously on rollover and not just once.
code in object1:
[color=darkorange]on (rollover) {
currentRotation = _root.object2._rotation;
_root.object 2._rotation = currentRotation -= 1;
}
[/color]