I’m no expert (never tried the with statement and I dont have flash) but should this tutorial replace the code:
theContent_txt.text = “the business is mine”;
theContent._x = 456;
theContent._y = 345;
by
theContent_txt.text = “the business is mine”;
theContent_txt._x = 456;
theContent_txt._y = 345;
If it aint the case, could someone please try to explain why!