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
Sorry, I had put that code on the wrong timeline. Second time in a row.