ActiveDen

3D Rotating Clickable Menu (carousel)

  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
ispypage says
Purchased

In response to the questions about moving an item to the front BEFORE it visits a url.

Add this around line 34 where variables are declared:


var SelectedItem = "None";

Then change this line of Code that was added around line 121:


if(bolFirstRun){

bolFirstRun=false;

} else {

getURL(arrLinks[selectedID], "_blank");

}

To This:

if(SelectedItem == this.txt_label.text){
    getURL(arrLinks[selectedID], "_blank");
    SelectedItem = "None";
}
else{
    SelectedItem = this.txt_label.text;
}

This will make sure that the item selected comes to the front of the screen before it visits a url. The reason that this doesn’t work as the author originally coded it is because when the movie is launched it animates and automatically changes the boolean that is suppose to be true and prevent the links from auto launching to false. if you have any other questions feel free to ask since it seems the author may have abandoned this script.

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
weberad says
Purchased

For the life of me I can’t get the link thing to work. I need the front planet to be clickable to reach the link in arrLinks. Plus it doesn’t help that none of the lines in the AS3 correspond to what I have from the original doc.

Can some one help me?

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
  • United States
redpoacher says
Purchased

Hello,

Would like to know how to insert a code that will make the planets move with EASING . Thanks looking forward to you reply.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
uniqmove says
Purchased

Hi,

Can we rotate all planets continuously? Please send me additional code for that

Thanks

Gaurav

2 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
wdub28 says
Purchased

Hi there, just wondering if I can initiate the animation onRollover instead when clicked?

thanks!

3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
praveenkumar463 says

Hi Guys this content is really helpful to me but it needs some changes if i buy product what would i get with product, can i able to change the source code with relating to my needs

2 months ago
by
by
by
by
by