hey hey


where for the lifeame is the syntax error in this script? I cant get it

import mx.transitions.Tween;
function doTheAction(clip:MovieClip, action:String):Void
{
switch (action){
case "toCenter":
clip._x = Tween(clip,"_x",Regular.easeInOut,clip._x,Stage.wi dth/2,30,false);
clip._x = Tween(clip,"_y",Regular.easeInOut,clip._y,Stage.he ight/2,30,false);
break;
case "wobble":
clip._parent.gotoAndStop("wibblewobble");
break;
case "whatThe****":
_level0.dummyClip.gotoAndPlay("somewhere");
break;
}
};

if i wasnt so bald id be pulling my hair out