Class project not works

work project.message_text.y = 400;

window.setTimeout(function() {

not work project.message_text.y = 515;

}, 2000);

I get an error that the project does not exist
Uncaught ReferenceError: project is not defined

If you add var project = window.project; before the setTimeout then it should fix the project going undefined.

Thanks)) :grin: