1 Reply Latest reply: Mar 28, 2011 5:47 PM by barpos RSS

    Code won't display exported MC

    barpos Community Member

      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