Does anyone know how I would go about replicating a similar 3D effect in Flash CS3?
[url].. and watch how the TV is framed with the card. I want to know how the card folds open to frame the TV etc. Dunno how to achieve that 3D effect. Frame by frame? 3D software?
I'm trying to figure out how to replicate an effect I've seen on the adidas site and another site. I'm not too sure what the effect is called or where to start looking for guidance on doing it myself so I thought i'd start here for some help or a point in the right direction. I think it might be called a mosaic but not sure. � An example of what I'm trying to[URL].. It basically takes some images, expands them on rollover to reveal some text also moving or covering surround images.
Can anyone help me manipulate bitmapdata to get a similar effect to the one shown here:URL...I have converted the contents of a movieclip into bitmapdata but haveno idea how you manipulate sections like that above. .
Supposing you're in Windows Explorer (in WinXP that is), and you drag a file and hold it over the folder you're going to drop it into. Now, when you're holding it over the folder, the folder highlights.How can I recreate this effect in Flash MX? I have a "tile" movieclip, and a "container" movieclip. The tile is meant to be dragged into the container. In the situation where the tile is being dragged and held over the container (ie, mouse button has not been released), the container is meant to change colour.
The current one is totally in flash AS3. I want to keep the first animation of the Menu as-it-is...but once any of the menu item is clicked i want it to roll-back like what it is doing currently , and then show the clicked page ....and this page shouldn't be in flash but the layout / functionality etc should be same.Or in other words, i want to keep the functionality exactly same as the one now but change everything else to no-flash , except the menu(including its animation) which will in flash .If you see on the top of every page we have "Back to Main Menu" and i also want to keep that.Clicking which should not refresh the page but would bring in the animated menu.
I'm trying to achieve a scrolling effect like this one.[URL].. I'm trying to achieve a scrolling effect similar to that where the page will scroll with the mouse and rotate like that, also have a maximum scroll and rotation, but also be able to be pushed aside for sub content.
I'm obviously not asking anyone to build the whole thing for me, just point me in the right direction.
I have a client and he wants a flash presentation where variables will be stored in a txt file. In the file it will state how many box's (movie clips) he wants and according to that number, that's how many box's will be replicated. I need the box's to auto size and arrange depending on how many box's there are. If there are 4 box's then there would be two rows of two and so on, It's ok to have odd numbered rows.
I want to replicate the standard startDrag/stopDrag events with my own routine to alter things a bit, and I run into some kind of event propagation or bubbling problem. Here is my code:
The problem with this code is that as you drag the object to the right, you will see in the trace that occasionally some random localX values arrive there, resulting in the object jerking from side to side.
Is there a way to create a replicating a display object on runtime, so it imitates all the actions done on the original, or do I have to perform every action I'm doing on the original, on the replica as well? I thought maybe there's a way by making a Bitmap object out of the original and updating it each time, but I don't have lots of experience using these kinds of methods.
I can duplicate movies no problem on stage, and drag around. I then want to be able to drag any of them into the virtual "trashcan" mc, and unload just that replicated mc, leaving the others.
ie, I duplicate the "box" 4 times. I decide I want only 3, therefore i drag one into the "trashcan".
I'm searching something similar to the lightbox effect in javascript, but for flash. � I already tried succesfully "flash lightbox v2" (http://blog.alancurtis.it/tag/flash/) but I'm searching something native for flash, without javascript.
For developing Flash / ActionScript packages on Windows, there is no better free tool than FlashDevelop.Unfortunately, its reliance on the .Net framework make it ill-suited for AS3 development on Ubuntu. (My attempts to get it working with Mono failed - the installer wouldn't even work.)Is there a similar tool for use with Ubuntu?
Is there a ContentCache[1] for sound assets? Once I load in a sound I want to keep a reference to it so it doesn't have to load again. Possibly a class reference to it or to the byte array (I'm rusty here).
The reason for this is to keep it in memory so the Flash Player doesn't have to reload it so the start time (latency) is low. These are short audio clips.
I want to create a editor in Flash that looks similar to this. I need the line numbers on the left side and the text on the right.Is this something that is possible in flash? Can someone give me some ideas to start with. I am a beginner to flash but I catch on quickly.
Is there any other function similar to 'hitTestObject'. Am having problem with this function, b'coz it checks the collision on a box around that object. I want to find the actual collision with the object.
how to produce a flash menu similar to those on 2advanced.net and url....? Is each option (and it's submenu) a separate movie clip or is there some complicated actionscript involved? I am a fairly new flash user.
I am trying to create a flash intro webpage similar to this: [URL]..I have got a AS2 code that allows me to scale the video as seen here.... www.the10thletter.info/ebh/intro (seen code below) � I also have a AS3 script that positions the logo in the middle of the page (seen code below)
About 1,5 years ago, met with a Web site. On the website you can upload multiple pictures of the object taken from different sides, and the site gave me a flash movie with my object but in 3D. Very similar to what it is now showing photos in Google maps.
Tell me where I can find a similar service or a script?
Trying to add syntax highliting to Flash Builder withoutn having to do it from scratch.Does anyone know of a eclipse plugin that supports custom syntax highliting 'presets'?Trying to achieve something similar to solarized.URL...
Is there an open source Ruby framework that allows working with multimedia (video, sound, etc) similar to Flash, including Display Object hierarchy, that is not targeted for video games?
I'm looking for something between Ruby/Processing with a more object oriented API.
I want to develop an Application similar to Paint in windows where I have a main window ( let's say window1) where something can be drawn. And a small object window(let's say window 2) which will contain objects each will represent a particular pattern of graph(Like i have one pattern where i can draw a pie chart or a simple graph etc etc). When I drag and drop any object from Window2 to Window1 that particular pattern is automatically drawn on window 1. How can I do this?
New to AS3, long time programmer. Essentially I am creating a myriad of objects, all of which will have the same functionality, although the properties will vary between each object, including the artwork. I believe they will all be movieclips as they will be interactive and I believe they will be moving.
I am wondering what the best way to create these objects are. I am assuming that I create an object class with the functionality and properties, I'm just unsure how to instantiate multiple copies with different properties, if that makes sense.
I'm working with a very old version on Flash (Flash 8 Professional) and need to show popup windows similar to JQueryUI Dialog Boxes [URL] How can i get similar objects using this version of Flash?