CS3 - Make Carousel Effect?
Mar 22, 2010how can I make a carousel effect similar to this website? Is there an easy program to assist? Is it flash?
View 1 Replieshow can I make a carousel effect similar to this website? Is there an easy program to assist? Is it flash?
View 1 Replieshow this is accomplished?[URL] In this site, if you drag the "sun" back and forth, you spin the tickets. I've done something similar in as2, with the carousel effect. What I'm really interested in is how, when you release the "sun", the tickets don't stop spinning until the one closest to the middle of the stage is directly in the middle of the stage. I've been trying to accomplish this with a some scrollable thumbnails. But when you release the arrow keys, it stops where ever it was on MOUSE_UP.
View 0 RepliesI am working on a code where there are images with reflection..they are arranged one after other facing the viewer...and i want the images to rotate....like the Carousel Effect....I have checked on Net different Carousel Effect codes but nothing is going well for me....
View 2 RepliesI am trying to create a carousel effect with AS3. It all works good except that I get my swapdepths to work. I have a CarouselItem class
ActionScript Code:
package{
import flash.display.Sprite;
public class CarouselItem extends Sprite{
private var _angle:Number;
public function CarouselItem(){
super();
[Code] .....
I get the depth of the current object and then swap it with the one with the higher index.
I'm trying to achieve the same effect as the carousel on this site: [URL]. Only different thing I'm trying to do is not have it auto scroll, but to have a left and right button. I have tried using the Carousel 3 tutorial and modifying the code but I keep running into problems and I am a little lost getting the blur effect going and getting the z-index (ie items get smaller as they rotate to the back similar to the example above).
View 2 RepliesI'm trying to make a custom version of the carousel. I would like it to be vertical instead of horisontal and I got that working. But I would also like it only to be half a circle with a radius bigger than the stage so the icons disappear in the top and bottom of the stage. When an icon goes offscreen in the bottom of the stage the icon must reappear in the top of the stage and vise versa.
View 1 RepliesI want to make a page carousel by fetching images from an XML file. I want the layout of pictures, and the pictures should scroll as i click the next button.
View 1 RepliesI trying to make a modification to Lee Brimelow's "Click and Zoom 3D Carousel". What I want to do is make it rotate about every three seconds to the next image (without any mouse interaction). I tried using the timer but didn't really get all that close.
Here is Lee's original code:
Code:
package {
import com.gskinner.motion.GTween;
import com.leebrimelow.utils.Math2;
import com.theflashblog.fp10.SimpleZSorter;
import fl.motion.easing.Exponential;
import flash.display.Loader;
[Code] .....
I need to make an image gallery that uses a carousel style animation...minus the 3D part.Basically, we'll have an array of images loaded from an XML file...could be any number of images.The stage will have 5 images lined up edge to edge. Each image will be 300x200, but masked to only show the middle 100x200 pixels. The image in the middle (the third one) will be fully visible, with the mask showing all 300x200 pixels of the image.When the user clicks on the next or previous buttons, the entire row of images will slide over and the new middle one will animate open to show the full image.
Screen shot of basic idea: Loading the XML and images and such is no problem...adding them to the stage and setting a mask for each, no problem.It's the actual functionality of getting the whole group to slide at once and the next image mask in line to animate into the center position while the current center position mask animates back down to normal.
I 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 RepliesI followed the 3D Carousel tutorial from gotoandLearn http:[url].... I was able to put in my images and change the features to how I want, but for the life of me can't figure out how to make the thing auto rotate.
var tw:GTween = new GTween(container, 0.8, {rotationY:targetRotation}, ease:Exponential.easeOut});
tw.autoRotation = true;
But when I added it it just gave me errors and the carousel would not load.
How can I make this blue effect of lines? like in diablo 3 site
View 1 RepliesI'm referring to bv: [URL] I'd like to make the same effect as the buttons, the fact they move with AS and never follow the same path.
View 3 Repliesi want to make Flash Slidshow for my web ...but i dont know how. i wanted to make a flash effect which make front image into small pices and move from left to right ...like air taking them away and after 10 seconds in background we can see the other image....
View 4 Replieslike they did on this site: [URL] so, how to make this scrolling effect
View 3 RepliesCan you tell me how to make effect from 8 second in movie? I talking about this cicles <blue lights> [URL]
View 6 RepliesI wander if anyone knows a way how to make a wave effect in flash. In fact anything that would remind of sea would be accepted.
View 7 RepliesIs there anyone who know how to make a pulse effect. I mean something like a circle on the stage that is growing big and then if it has some dimension it will grow small, and to do that infinitely.
View 1 Replieshow to make a pageflip effect?
View 6 RepliesIm trying to make the swf file which is placed in the footer of this website[url]...
How do i go about creating the hover over and out state?
Is this done by action script and how do i convert the buttons to links? [url]
I'm working with the fading grid effect and I got it to work perfectly. I was just wondering if there is a way to make an image map after the effect is done. ie: If I'm using the effect on a menu.
View 2 Repliesi'm a design student who is relatively new to actionscript. So anyway, i'm trying to make an effect whereby the cursor, whch is a pen, is moving on the canvas and leaving a trail of ink as it moves.
View 2 RepliesI'm trying to make the same effect as in the Cooliris wall in Flash using the Away 3D classes.[URL]..1. (Dumb question) I don't know why the pictures from flickr feed are not showing when my site is online. It works on my local but I just saw that it doesn't when online. I thought flickr has a crossdomain.xml.
2. (This is my real question) How can I make a shadow of the last row? If you look at Cooliris plugin you will see that the wall looks like being placed over a shiny glass so the last row is reflected. What's the best practice to do that? Can I duplicate all thumbnails from the last row and just rotate them? Is that good for the CPU and memory when I will deal with a very long wall?
I'm working with the fading grid effect and I got it to work perfectly. I was just wondering if there is a way to make an image map after the effect is done. ie: If I'm using the effect on a menu.
View 2 RepliesI was wondering how to do the box effect like on [this] site. The lines move up and across to form a box. I have tried a few things that I could think of, but have't got it.
View 2 RepliesI found this site and I realy wonder how the made the photo effect, what you see when you going from one content page to the other.
View 6 Replieshow do you make things have a glow effect in flash 8? its probably some action script.
View 3 RepliesHow can I make the effect of dangling objects like in this site [URL]
View 1 RepliesIm an aspiring flash game developer struggling with a bit of code in my upcoming game, I want to play a sound(A "ding") everytime the main character touches a cookie on stage. The main character follows the mouse cursor, and the cookies fall down from the sky.
I have scripted the cookies main class, with this function(which works fine)
private function eFrame(e:Event):void{
Code:
private function eFrame(e:Event):void{
this.y += 3;//move the bell slowly downwards
if(this.hitTestObject(_root.mcMain)){//if this touches the main character
_root.mainJumping = true;//make him jump
[Code].....
And I was hoping it would go into the library and play the sound bit named "bellSound" but it doesnt do this, instead nothing happends, not even any errors under the "Compiler errors" So no im a bit lost, as I do not know how to make this work, so a sound is played when the main character touches the cookie.
Does anyone know how to make an LED scrolling text effect? This is the best way I can describe it as I don't want scrolling text in the normal way, I want it to be on one line moving right to left with very few characters. Like you might see in an elevator or shop window on an LED scroller.
View 2 Replies