User Profile

Collapse

Profile Sidebar

Collapse
ralphiedee
ralphiedee
Last Activity: May 30 '09, 07:32 AM
Joined: Sep 9 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ralphiedee
    started a topic Using Remove MovieClip

    Using Remove MovieClip

    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...
    See more | Go to post

  • ralphiedee
    started a topic replacing loadRandom function

    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;

    ...
    See more | Go to post
No activity results to display
Show More
Working...