codice:
// forese volevi cosi? 

nomePulsante.onPress = function()
{
	this.startDrag();
	this.onEnterFrame = function()
	{
		this._rotation += 2;
	};
};
nomePulsante.onRelease = puls.onReleaseOutside=function ()
{
	this.stopDrag();
	this.onEnterFrame = null;
};