Originally posted by Beakman
View Post
GFxObject HealthMC;
HealthMC = GetVariableObject("_root.health_mc");
using the full path.
Have you ever done this before? otherwise it could be good training just to put a movieclip in the root of the flash and try to get it without it being none first. One problem that often is stumbled upon is that the movieclip doesn't exist at that point in the timeline (it might not exist until frame X in an animation, or it might get spawned later)
Comment