I have dabbled in flash now for a few years and can manage to do some basic things. I client asked if I can make sliding doors for the header of their website using this site as an example[url]...
I'm using AS3 and Flash Cs5 and trying to make an opening door effect for a flash website.I used this code which seemed to work:
at[0].addEventListener(TweenEvent.MOTION_FINISH,goin); function goin(e:Event){ at.push(new Tween(door1,'z',Strong.easeIn,0,-300,3,true));[code].....
But now none of the actions on frame 6 will work now. Its like something in this codeis preventing actions from working in the goto frame. Ive tried stop(); and gotoandplay, and nothing seems to be working.
Could you please tell me how this photo animation effect is achieved - see the pictures that slide seamlessly to the left every say 3 seconds (the pictures just below the BIGSTOCKPHOTO logo).. Site- www.bigstockphoto.com
I have noted this effect being used in many other sites.. And none of them seem to employ flash for making this. Please let me know whether this is just JS or whether its purely a CSS based effect, and probably a place where i can read on how to make this.
i need to know how to make that effect on [url].... website where when the sliding menu gets to a point it loads a movieclip and a movie starts.. i have so far for the sliding menu..
buttons : on (release) _root.menu.Xpos = 0 on (release)[code]....
The look I am going for is a set of doors that will open to reveal the website, the animation part will give it the look like the doors are opening and then it will go to the site. So two questions.
1) What is the best way to give a realistic door opening effect?
2) How can I make it go to the website once the door opening effect is complete?
I was recently tasked with replicating [URL] in HTML5 and jQuery. I'm currently struggling to do the effect where the menus slide up behind the images when an arrow is clicked (See the Menu section for the best example) and was wondering if this is actually possible in jQuery. So far I have [URL] which is sort of getting there but I'm not sure it's the best approach.
I'd like to make an options bar in my project that shrinks when clicked to hide away but when clicked again, opens again to reveal itself. The problem I'm having is that the panel squishes everything inside of it when it shrinks and I dont want that, instead I want everything to stay the same and just hide away.[code]...
I've ben through the Sliding menu tutorial on kirupa at:[URL]The effect is great although for my purposes I am trying toget rid of the elastic easing effect and get a even speed without easing. The overall effect I want to achieve is a more of a push and stop rather than the blocks being sprung into place. [URL]
[URL]there are 5 links on the right side homepage, about us, our coffee, services, contacts my question is about the sliding effect when any of these 5 links are clicked. when any of these links are clicked whatever page content is currently visible, that content slides away to the right and then the content of the link that has been clicked slides from the left and this page content appears, how is this created.
i am guessing that the rectangular area where the content for all the 5 pages appears can be a containing movie clip, and when any of the 5 links are clicked on each of those links in the action script code for on release code will be written to display the appropriate page however how can i get that sliding effect of pushing the existing content away to the right and display the links content which would slide from the left, how to go about doing this i am guessing it would be an action script code.
I have build a gallery but its very simple. It takes images from xml file. I have attached all files in zip. First when I press next button it goes to next image but with no effect. It just displays next image. I want to incorporate a sliding effect when the image is changed to another. And second I want to use autoplay feature. As soon as swf starts the images came one by one with difference of few seconds. Attachments: slideshow.zip (752.0 K)
I'm trying to emulate the transition effect from the site venuliving.com (I'd post the link but I don't have enough posts).
When you click through the various sections, coloured bars expand and move across the site, they hold while subtly moving and then shrink out once the section has loaded.
how this sort of thing is achieved? I've been considering creating the whole thing using coloured rectangles and TweenMax but I'm wondering if this was created dynamically in AS3? Or if it's a customization of some existing transition?
I would like to make a mouse-over effect on an object. The mouse-over effect should work like this: when the mouse cursor is dragged over the object it should glow, but if the mouse cursor remains over the object it should still glow, but another mouse over effect should occur, showing an info box for the object. Until now I have just made the object as a button, and in the "over" box I have made the object glow, by defining it as a movie clip. However, this only works for the glow part. How do I add another mouse-over effect (which is delayed 1 sec) to the same object?
I'm trying to develop a menu with slider, similar to the one on the kirupa tutorial section except I have set the slider bar to start off the page so you don't actually see it until you roll over the buttons, then it slides into place.. works perfectly. My question is: how do I make the sliding bar disappear after you roll off the button? Am I permitted to post the flash swf file for you to see what I am doing?
i have a menu that controls my movie right, i was wondering how i could make a little sliding bar like on a media player. where u slide it to a certain spot and it goes to a certain spot in the movie.
also i would like to know how i could get my menu to stay throughout my whole movie?
I want to know how can I make like this sliding menu, and also the intro of the website (likes a papers or book) and flower background (growing). [URL]
I'm making a application where the projector is played fullscreen, and the stage itself is not scalable. But I'd like to make an animation where movieclips come sliding onto the stage (starting outside the stage). But because everything is fullscreen, you can see these MC's outside of the stage, this is not what I want.
So, is there a way to be able to hide everything that is outside of the stage?
I will have three seperate pages for the motion tween, mask effect and shape tween... would you make the seperately, in a different scene, as a symbol or on the same scene with the website.
I am trying to make a sliding menu whose speed is responsive to _xmouse (slow at the center and fast at the sides...) does it need to exist in two pieces? the problem is that it seems impossible to define 0(zero) as anything but just that...
using a one line TextField with a fixed width that display text from the keyboard. I'd like that when the display text become greater, it aligns itself on the right, and let appear all the new characters, making the left ones disappearing. That is to say, it slides from right to left, letting always the right part of the text visible. I've tried using the "align" property of TextFormat set to "right", but it doesn't work (it just good to align a paragraph), and cut my text.
I want to make a sliding gallery that plays a certain amount of frames and stops. I have this script
[Code]....
Instead of play() i have tried putting a counter in like counter 8 but it does not work. The idea is that if i click the contact button but im on the home page its scrolls over all other pages and stops on the home page.