I have a set of movieclips on stage in a navigation area
when you rollOver each button an mc appears (with buttons inside)
I used attachMovieclip on each button so when you RollOver one button the mc plays and when you rollOver another it cancels the previous and displays the last mc that was rolled over.
NOW
The last clip rolled over is always visible on the stage and I cannot use an onRollOut...
User Profile
Collapse
-
Using Remove MovieClip
-
replacing loadRandom function
I have an xml file that loads in an swf. Right now the images in the file load randomly. My question is what is the proper function name to use to so the images load in a certain order 1 thru 10?
AS.2.0 code now
function loadRandom() {
var v1 = largePath + xml.childNodes[witch_image].attributes.lar ge;
trace(v1);
witch_image++;
if (witch_image >= numImages) {
witch_image = 0;
...
No activity results to display
Show More