Breakfast
04-18-2005, 05:17 PM
So I've got my movie in which I have developed my component, which extends MovieClip (it doesn't do anything UI related) and that works fine.
I've got a bunch of traces running in the ActionScript file and one on each side of the initialization process in the movieclip to which the .as file is attached.
When I run it in the original movie it works out fine- everything runs as expected. When I add the exported component to a different movie I get the traces that happen before and after the actionscript file is initialized but I don't actually see any of the traces from the actionscript file. I also find I can't see any of the properties I configured as inspectable in the property inspector.
Any idea what I'm doing wrong?
I've got a bunch of traces running in the ActionScript file and one on each side of the initialization process in the movieclip to which the .as file is attached.
When I run it in the original movie it works out fine- everything runs as expected. When I add the exported component to a different movie I get the traces that happen before and after the actionscript file is initialized but I don't actually see any of the traces from the actionscript file. I also find I can't see any of the properties I configured as inspectable in the property inspector.
Any idea what I'm doing wrong?