Область видимости то я поменял но вот значение this.position у меня пропало

Код:
it2move.onMotionChanged = Delegate.create (this, blurfunc)
}
}
}
public function blurfunc (){
trace (it) // всё нормально
trace (ycor) // тоже отображается
trace (this.position) // undefined
}