User Portlet User Portlet

Discussions
I can run the following code without issue: [mcode]DynamicModule[{\[Alpha] = {1, 0}}, {Show[ Graphics[{{Dashed, Circle[], PointSize[0.1]}, Locator[Dynamic[\[Alpha], (\[Alpha] = Normalize[#]) &]]}, ImageSize -> Medium, PlotRange -> 1.2],...
My problem is that my manipulate does not 'wait' for the graphics to be fully rendered before moving on to the next step when playing the variable n. See code and picture below: [mcode]unitcircle = ParametricPlot[{Re[Exp[I*t]], Im[Exp[I*t]]}, {t,...