ActionScript 3.0 :: Make Sort Of 3d Coverflow Effect?
May 23, 2011how to make this sort of 3d coverflow effect? how is it call in Flash?
[URL]
click on "see the topics"
how to make this sort of 3d coverflow effect? how is it call in Flash?
[URL]
click on "see the topics"
i just wanted to ask if anybody know where i could find a source code (fla) of a coverflow effect with an integrated zoom function (like this one or simpler: [URL]. i don't care if it's written in as2 or as3.
View 1 RepliesI'm attaching the file so that you guys can see that? pretty basic. My main problem is to find out how can the mouse check the mouse position on stage and make the coverflow animate and the movieclip change angle depending on the side, I have to animate only 5 itens, here?s the AS:
[Code]....
I need to create a sort of 'flex' effect for a box, with a circle at each end. If on one side of the movie clip I want the end to go upwards or downwards towards the mouse. Sort of like rubber, and I need it to be anchored at the center, sort of like a piece of rubber that is held at the center.
View 14 RepliesI need help with page "Thumbs" (as first frame), page "List" (as second frame) and Image gallery (as third and base). So, every frame have one own XML file...When you choose some thumb or list line, you must came to this image in the gallery. Easy, sure.. but i don't know what Function exactly i need to use.It's one flash move, hence it doesn't work with getURL or loadMovie...Some exemple with 3 separate pages here: yuri.fr
View 1 RepliesHow i would go about making a sort of increasing transparency layer..
say i have a movieclip which is scrolling back and forth horizontally ..
as it reaches its extremes ( were i want it to start being hidden) i do not want it to be completly hidden right away .. but i want it to look more and more hidden the further into the extreme it goes , so it looks as if its fading when it scrolls to the side.
I'm trying to make a paper doll sort of program. I've got a bunch of PNGs of clothes cut out and I'd like to dynamically load them in with attachMovie. So I imported the PNGs into my project, but when I try to export them for ActionScript, the checkbox to do so is greyed out.
what the specific requirements are to be able to Export a symbol to ActionScript?
i know how to make an animated mask to have an image on top of another to have them transition as the mask passes thru..but this time instead of animating the mask i was wondering how to make the mask be sort of a brush on the tip of the mouse pointer.
View 3 RepliesmainBar.onRollOver = function()
{
mainBar._alpha = 100;
}
mainBar.onRollOut = function()
{
mainBar._alpha = 0;
}
My mainBar(movieClip type) consists of several buttons. If i don't put the codes above, the buttons would work as per normal. but if i put these codes, the buttons do not respond when i click on them. I want to make the mainBar, which is some sort of a control bar, transparent when the mouse cursor is not over it. when the mouse cursor is over it, then it will re-appear. but the buttons on the control bar doesn't seem to work when i try to use this feature.
I have an array that is structured like so.
[Code]....
Normally, I'd just like to sort the array alphabetically using the name field, which is easy enough using the following code. However, I'd like to create a radio button called 'loadedRadioButton' and when it's click on, I'd like to sort the array on the loaded value first(any items with loaded=true should be at the top, sorted alphabetically), then afterwards, any other items with loaded=false, sorted alphabetically should follow afterwards, how can I do it?
Here is a website that needs a sort function to sort the video by Last name. [URL] I would like to have a link that popped up videos sorted by last name. Please take a look at the following site for an example. [URL] When you click on seconds in the menu below, it opens a pop-up window that sort the videos in a certain way. If you are willing to,I will give you the source file of what it currently has on [URL]
View 1 RepliesIm making a file data center sort of thing in flash. What's meant to happen is: You click an button on the side of the list and on the display area beside it it shows the text info on that item and the button that you click to display that item! really simple but i dont know how to do it Instance names: what ever you want
Actionscript dyscription:
1. Click button
2. [instance name: "display" MOVIECLIP] displays the frame("display2")
3. Click other button in list and goto and stop ("display3")
i need to make a sort of template for a group of files. it must contain both text and images (sort of help files where there is text and explanatory figures). i have to make this template 100% dynamic, meaning that i don't know the amount of text or number of images or where those images will be within the text. my client should be able to add text and images without having to edit the swf.
i know how to make textfields and movieclips during runtime, and how to load dynamic text and images, but the main problem is that the client wants the images inbetween paragraphs - not in a seperate place. -how do i set breakpoints in a dynamically loaded text -how do i position the images? -how do i position the rest of the text?
i want to make some sort of scroll pane that will hold my xmL loaded images ..i have looked at several samples of scrolling panes but they only hold textfield.
View 2 RepliesI have a pendulum that swings infinitely. I'd like to set the maximum angle to a random amount to give it a sort of "blown by a random wind" effect. I'm not great at code, so I can't figure out how to randomize "maxAngle" without making the animation jerky. Does anyone have any ideas on how to do this? Here is my code and FLA...
[Code]....
I'm having an issue when it comes to line thickness on movie clips, when a movieclip is flipped the line thickness vanishes due to Flash thinking I'm squishing the MovieClip. Is there any way I can make Flash not bother the line thickness when changing scale or some sort of alternative? Or is my only choice to kill line thickness altogether.
View 1 RepliesI want to be able to make a movie clip (that acts as a button) so the roll over effect finishes before the roll off effect is triggered. Like if a marker circles a button, i want the circling animation to stop before the roll off effects happens. Anyone know how to do this.
View 2 RepliesHas anyone come across any tutorials or components that can create the iTunes Coverflow effect BUT with movie clips instead of images. I want to use it to display survey questions and be able to interact with each 'page' if only in a limited way ie click a tick box to record a score.
View 1 RepliesI'm working with the CoverFlow library by Doug McCune.
In the example included, he has created some panels inside a CoverFlowContainer. There are other examples of him populating the coverflow from an RSS feed on the page linked above but he doesn't include the source for these :(
I will eventually be retrieving data from a web service to add to the coverflow however I'm starting with this simple example:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" horizontalAlign="center" verticalAlign="middle" xmlns:containers="com.dougmccune.containers.*" creationComplete="init()">
[Code]....
I've defined some panels in the mxml and set creationComplete=init() so that the new panel I've created in ActionScript will be added to the CoverFlow container.
When I launch the application it displays the two predefined panels but not the one I have created in ActionScript.
I recently puchased the CoverFlow component from here, and it was a mistake. I assumed it loaded swfs for some reason, when it does not.
similar Component that can load swfs?
When I get a collection back from the service tier, I create an ArrayCollection and apply a sort. When I add an item to the collection later on, the sort is still in place? It seems to be the case. I thought I was only sorting it once, not applying a sort that will stick??Here is the method for adding an item:
private function onAddNewClick():void
{
var fileTemplate:FileTemplateDetailDTO = new FileTemplateDetailDTO();
[code].....
Does anyone know of a site / tutorial / reference that shows how to do the coverflow image gallery using Flashvars without XML? I want to create something like this[url]...
..but everything I've found uses an XML file to feed in the variable and parameter information. I need to feed this info in using flashvars and javascript from the html file only. I've tried modifying the ones using XML on my own but it gets to be too confusing on how to change everything when so much information--usually all the variables AND animation effect parameters--are being called from the XML.
I am trying to find a menu to implement in the form of a coverflow. I have one accessible but flipping through the covers requires that I click covers, or use the scroll bar.
I am looking for one that will move left and right without requiring clicking. Dragging is probably acceptable. I have been sifting through the google search results, but it seems most coverflows are modeled the same. It doesn't need to be free, but if I could customize it via XML that'd be great.
I'm using flash coverflow from here [URL]. My XML contains a large amount of images which really slow the smoothness of the slideshow down as I have it autmatically scrolling through image by image. I was wondering if there is a way to preload the images from XML in as part of the general preloader? I've seen other threads on preloading from XML this way but I am not sure how to incorporate the code they suggest into the existing actionscript I have.
View 4 RepliesI have a coverflow designed and flash but I do not want it to auto resize my images and I want to import pngs instead of jpegs to through xml without having white show on image but im sure that's happening because of automatic resize.
View 0 RepliesI've been asked to incorporate a cover flow into a project I'm working on. Although there are many components available I've been asked for it to loop round i.e. the slideshow has no left and right end, when the last item in the XML is reached it seamlessly keeps scrolling by going back to the start of the array. Does anyone know of a coverflow component with this function?
View 2 RepliesI am trying to edit this CoverFlow made in flash, however I do not have enough ActionScript / Flash knowledge to do what I need to do.
The CoveFlow currently uses a scroll-bar for navigation and a XML file for the images and text.
I have successfully been able to remove the scroll bar, but cannot build the buttons to replace it. From my understanding, I need flash to have a button variable stored, then detect how many CoverFlow slides there is in the XML file, assign and create a button for each slide. And then position the buttons bellow the image slides in a horizontal line.
As you can see the buttons needed are pretty basic, just blue circles. However the ActionScript modifications needed to achieve this are beyond my ability.
Also attached is a .zip with the CoverFlow files that I am having trouble modifying.
I am trying to edit this CoverFlow made in flash, however I do not have enough ActionScript / Flash knowledge to do what I need to do.
The CoverFlow currently uses a scroll-bar for navigation and a XML file for the images and text.
I have successfully been able to remove the scroll bar, but cannot build the buttons to replace it. From my understanding, I need flash to have a button variable stored, then detect how many CoverFlow slides there is in the XML file, assign and create a button for each slide. And then position the buttons bellow the image slides in a horizontal line.
As you can see the buttons needed are pretty basic, just blue circles.
However the ActionScript modifications needed to achieve this are beyond my ability.
I have attached a .zip file with the CoverFlow files that I am having trouble modifying.
I'm trying to make some sort of game where the player is to "escort" a color to a target. The user starts as gray and the player is painted one of four colors when he hits one of the boxes on the screen. The game is over when the player's object is the same color as the target's color and they touch. All this is realized, except a part where the target is a different color every time the game restarts. So far I have
ActionScript Code:
public function randomcolor():void
{
[code]....
The target has a color assigned to it; winrar.color which is working. How do I get things working so the target is actually colored correctly?
Here's a link to this awesome piece:[URL]Gotta stay AS2 for banner ad purposes. made the images display on a vertical axis?
Here's the AS2 code:
iTunes Album Art Viewer
/*/
import flash.display.*;
import flash.geom.*;
import flash.filters.*;
[code]....