Mortimer Jazz
10-21-2003, 05:56 AM
I've tried this with both the comboBox and the checkBox...
I want to use a preloader (therefore I don't want my components to load in on the first frame), but I can't get this to work. I've tried two methods. Can someone help?
Method1:
Put this code on frame 10 of a new movie
cb = {x:10, y:10};
_root.attachMovie("CheckBox", "myCB", 10, cb);
myCB.label = " Here I am!"
stop();
Now drag an instance of the checkbox component onto the stage and delete it again. When you test the movie, the component will load as expected, but it loads in on the first frame.
Now in the linkage properties for the component uncheck the "export in first frame" option. Test it again and it doesn't load at all.
-------------------------------------------------------------------------
Method2:
Drag an instance of the component on to frame 10 of a new movie and uncheck the "export in first frame" option. Test how the movie preloads. The component still loads in on frame one.
Does anyone have an idea why this isn't working?
I want to use a preloader (therefore I don't want my components to load in on the first frame), but I can't get this to work. I've tried two methods. Can someone help?
Method1:
Put this code on frame 10 of a new movie
cb = {x:10, y:10};
_root.attachMovie("CheckBox", "myCB", 10, cb);
myCB.label = " Here I am!"
stop();
Now drag an instance of the checkbox component onto the stage and delete it again. When you test the movie, the component will load as expected, but it loads in on the first frame.
Now in the linkage properties for the component uncheck the "export in first frame" option. Test it again and it doesn't load at all.
-------------------------------------------------------------------------
Method2:
Drag an instance of the component on to frame 10 of a new movie and uncheck the "export in first frame" option. Test how the movie preloads. The component still loads in on frame one.
Does anyone have an idea why this isn't working?