Skip to main content
barpos
Known Participant
March 29, 2011
Question

Code won't display exported MC

  • March 29, 2011
  • 1 reply
  • 324 views

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

This topic has been closed for replies.

1 reply

barpos
barposAuthor
Known Participant
March 29, 2011

Sorry, I had put that code on the wrong timeline. Second time in a row.