code:
var select:Object = sym01_id;



this code doesn't give error but this code:

code:
function prepareDrag(event:MouseEvent):void {
var select:Object = sym01_id;
}



gives following error:

1180: Call to a possibly undefined method select.
var newSymbol:* = new select();

Can anyone help me?