Code won't display exported MC
Hi,
The following code won't display my exported MC:
------------------------------------------------------------------
var tractorClip:MovieClip = new scrollTractor();
tractorClip.x = 500;
tractorClip.y = 720;
addChild(tractorClip);
----------------------------------------------------------------
scrollTractor is the class name given in the library MC properties as linkage. No, the MC has no instances on the stage.
Any ideas?
Regards,
Ronald