on (rollOver) {
_root.sfuoco.gotoAndPlay(2);
}
on (rollOut) {
_root.sfuoco.gotoAndPlay(6);
}
on (release) {
if (_root.guscio._currentFrame == 22 || _root.guscio._currentFrame == 24 || _root.guscio._currentFrame == 108) {
stop ();
} else if (_root.guscio._currentFrame == 65) {
_root.guscio.gotoAndPlay(67);
} else {
_root.guscio.gotoAndPlay(2);
}
}