codice:
on (rollOver) {
    gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
    gotoAndPlay("s2");
}
on(release)
{
	trace("about")
}