IDE :: 3D Rotating Clickable Menu (Carousel)
Jan 23, 2008Looking for 3D clickable menu carousel tutorial in AS3? I'm looking for this kind of vibe [URL].
View 2 RepliesLooking for 3D clickable menu carousel tutorial in AS3? I'm looking for this kind of vibe [URL].
View 2 RepliesMy carousel is all setup and working fine on my site. there is one thing that it is not doing. the images should automatically rotate. the properties are all set in the xml file and look like the following[code]...
View 0 RepliesI have a rotating menu that sets the selected button to the 3:00 position once clicked. I need the labels for the buttons to stay in the upright position as they rotate with the button. I have attached an image. Anyone know of an action script that would keep the labels upright?
View 8 RepliesI don't often come onto forums, only when its really a big problem, and atm i need to create a 3d soccer ball that can rotate, but the black areas on the soccer ball i need to make click-able, kinda like having a soccer ball nav Can someone please point me in the right direction, i managed to build a transparent sphere made up of bitmap images that are click-able but i don't know how to skin the sphere with a soccer ball texture
View 0 Repliesi am working on a modified version of the gotoandlearn xml carousel menu and i would like to add a stationary logo in the middle.If i just place a MC in the middle of the stage it won't work because the icons go right through because the carousel is the the highest depth, also when i click on one and load my external swf the MC in the middle just stays in the middle of the page.How do i place the object in the middle at the same depth of the icons and make it disappear(_alpha function?) when i load the external swf with the xml?Does it have to be loaded with the xml or could it be just place there in the middle of the carousel?
View 5 RepliesI am working on creating a carousel type menu, similar to the one found on the Mini Cooper site. [URL].. I need it to have animated buttons and go to specific locations along an arc. I also would really like them to easeIn and easeOut. Here is the start of my code:
ActionScript Code:
botMenuOilSeal.addEventListener(Event.ENTER_FRAME ,moveButtons);
botMenuOilSeal._order = 180/3+30; // was 360 but only using 1/2 the circle anyway
botMenuGasGuage.addEventListener(Event.ENTER_FRAME ,moveButtons);
botMenuGasGuage._order = 180/3+60;
[Code]...
I'm stuck with why this carousel menu will not move - its done in the same way the carousel is made on gotoAndLearn - I'm using Flash MX if that makes any difference and I've attached the .fla file.
Code:
var numOfItems:Number = 1;
var radiusX:Number = 250;
var radiusY:Number = 75;
var centerX:Number = Stage.width/2;
var centerX:Number = Stage.height/2;
[Code] .....
I'm creating an xml generated gallery/menu, I have the gallery and menu populating fine but my issue arises when I try to make the menu items clickable.
This is inside my populate menu function
_root["mainMenu"+[i]].onRelease = function() {
trace(this);
var splitThis:String = this
var splitThisArray:Array = splitThis.split("Menu");
trace(splitThis)
trace(splitThisArray[1])
};
Now the trace output I get is
_level0.mainMenu1
_level0.mainMenu1
undefined
Although when I set splitThis to "_level0.mainMenu1" manually I get "1" or whatever number comes after "Menu".
I created a 3D carousel in CS5. It works wonderfully. For now, I have it set up so that if someone clicks one of the menu items, the output window say "commited suicide after being cyberbullied", what I want to do is either have different text (that shows in the window) for each of the eight menu items when clicked, or 8 different URL links for each of the menu items, when clicked.
[Code]....
I've been asked to modify this flash piece (CS3, AS2) and add clickable links to the pop up menu. For the life of me I can't get it to work, and my head hurts from searching the web top to bottom for an answer. I would attach the fla but its too large, but basically you scroll over a button, in this case a dot, and it triggers a pop up box beside it with a list of items. These are generated by frame identifiers, and when you roll over the box it goes away. I need it to stay there and make that list of items clickable ones.
View 5 RepliesI have a menu movieclip that pops out from the right hand side on rollover. On this menu there are four buttons for menu navigation options. However these buttons are not working properly. I feel that the menu movieclip is taking precedence over the buttons because the whole menu is than clickable, while the buttons show up, however are not clickable. Here's what I have so far:
[Code]...
I created a 3D carousel in CS5. It works wonderfully. For now, I have it set up so that if someone clicks one of the menu items, the output window say "commited suicide after being cyberbullied", what I want to do is either have different text (that shows in the window) for each of the eight menu items when clicked, or 8 different URL links for each of the menu items, when clicked.
The code I have is this:
//The total number of menu items
const NUMBER_OF_ITEMS:uint = 8;
//This array will contain all the menu items
var menuItems:Array = new Array();
[Code].....
Does anyone know how to create carousel menu in flash 8 without any xml code
View 5 RepliesI am building a fake Windows looking OS in Flash for a project of mine. So far I have a clickable start menu, and I want the categories inside the start menu to be able to be rolled over like in Windows and open up to clickable links. Just click the start menu in Windows, and then scroll into "All Programs". I want to be able to have scrolling buttons like that. I am using Adobe Flash CS3 Professional and Actionscript 3.0. I've only ever used Flash in the past to make cartoons and things of that nature.
View 3 RepliesHere're my 2 problems: 1-I did a menu moving in 3d following my mouse movement. But i would like it to have a limit of rotation on the left and on the right, cause i don't the user to see the back of the image (the image is rotating 360 right now, i would like it to rotate maybe like 90 or less). Here's the code i am using:
[Code]...
2-My second question is about my menu buttons. I want them to be on lower layer cause it help creating my 3d scene cause sometimes it is a part cover by my image on the top. But the buttons stop to be clickable when they are behind something (even a part behind). I want them to be clickable at all time. The strange thing is i checked out in the forum and a lot of people have the opposite problem... their buttons still work. How can i make mine clickable?
would anyone beable to direct me to a tutorial on how to create a rotating circle menu that is driven by xml.
View 6 RepliesI can't seem to find a tutorial on a rotating nav menu like [URL].
View 3 RepliesI have created a rotating menu using AS3 from a tutorial here; [URL]I have it working now but I am trying to change the rotation axis, so the circle responds to the mouse vertically(Up &down) as at the moment it is hoizontally(left & right)
View 1 RepliesI have downloaded a demo of a rotating menu from here: [URL]. But when I go to open and publish the movie nothing happens, it seems like there could be something missing, I can't upload the files as the folder is to large, you can download the files from the link above.
View 3 Replieshow to make a rotating menu like one of this sites? [URL]
View 8 RepliesThere is a fantastic mouse sensitive merry go round 'menu' within the kirupa site via the link:http:[url]....
It's situated under the first example, named basic camera panning.This is very hard code. I understand the principals, but personally am new to actionscripting, and therefore cannot piece together my own example from the code supplied, purely by not understanding the placing of the actionscripting.provide a *.fla file from the example that is explained in the link above?
browsing [URL]... I would like to implement a version of this 3-D rotating menu with several changes. I would like to change the orientation to vertical and once one of the numbered instances has been triggered I would like the instance to revert to its inactive state. I am a novice to actionscript but in this case I find the code even more confusing. I cannot see an instance on the stage that would trigger the events and the math functions of actionscript is still very much a dark art to me.
View 2 RepliesI am working on a project and am trying to create a menu that upon clicking a certain point rotates to a frame and then plays a clip. Something similar to this navigation would be great:[URL]..
View 2 RepliesAble to direct me in the right direction as to how to go about adding preloaders for images on a rotating menu.
I am not after any kind of complex animation loader, just simple text that says 'Image Loading'
I have a few thoughts which are;
1.create moveclip with the words 'loading Images' some how load this in the background of main holder that loads images in so that when image loads it loads over the text 'Image loading' technically not a loader just text in the background.
2.create moveclip with the words 'loading Images' that when image loads in the text is replaced by image that loaded in? [code]...
I am trying to create a circle menu like the link below by searching through net I found some of the menus but not the exact one. Am attaching the menu which was created by me. The menu is not rotating properly. Link : [URL]
View 0 RepliesI'm trying to make a simple cube menu. The rotation is done by buttons. After finishing my code, im having some troubles with some rotations of the cube.
[Code].....
I have a circular rotating menu made up of a few buttons. When the mouse rolls over the a button in the movie clip (rotating menu) it stops. My question is how do I apply easing to it, here is the actionscript I applied to the buttons:
on (rollOver) {
stop();
}
on (rollOut) {[code].....
I've been having a spot of trouble working with this menu. My goal is to create this rotating menu with buttons that expand another movieclip with text/detailed information when you roll over it. What I'm having trouble with is making it usable, since it also needs to slow down/stop the frames of both movieclip's animations as the user approached/rolled over the button.I've searched for a couple of tutorials, but I don't understand them well enough to really manipulate the code for my uses. Especially since I seem to mostly find 3D Carousel tutorials that seem to be a little different
View 3 RepliesOn the attached swf you'll see my slowly rotating menu. Each of the icons around the outside is a button which takes u to a specific page. When the user rolls over the button I want the menu to stop rotating, and if the user moves the mouse away I want the menu to continue rotating. Should I be using mc instead of a button?
View 6 RepliesThought this menu was kind of interesting, but I have no idea where or how to modify/personalize it.
View 4 Replies