Professional :: Breaking An Imported .png Image Into Clickable Regions?
Feb 16, 2012
I have a .png image of all 44 US presidents, I'm trying to figure out how I could break it apart so that each president can be clicked on. I'm a fairly experienced actionscript programmer, have done some game development work in the developer role but never in the design/UI role, thus I'm not great (or even good!) at some of the beginner stuff regarding UI. I was thinking I could use the lasso tool to select an area, then somehow make that selection into a grapic or movie clip symbol, but I can't seem to get that to work and I'm wasting a lot of time experimenting!
View 1 Replies
Similar Posts:
Oct 18, 2011
I'm new to Flash (CS5.5) but have self taught quite a bit. I created a simple "slide show" model of images which fade in and out to other images—it's a holiday greeting card. How do I save/export/publish (not sure of the correct terminology) this .fla file so that my end result is an image that I can insert (as an image) into an email (outlook) and send. The recipient should be able to click on the image and activate the movie.
View 3 Replies
Jun 10, 2010
I am trying to write a flash app that will allow a user to select various regions of an image, similar to that of the selection tool in photoshop where a square region can be stretched and selected.
Would anyone have any ideas or tips for me that could get me going in the right direction? I have been researching for tools to help me write this but haven't been able to find anything useful..
View 5 Replies
Aug 6, 2009
I'm trying to create a countdown timer for my website. I have written a code in ActionScript 2.0 that is working but I have a background that I created in Illustrator onto which I want to embed the timer. So, I have the image and on top of that image is where I would like the numbers to countdown, if that makes any sense?
I've posted the image I am talking about. The bottom half (the box at the bottom) is where I want to put the numbers counting down using Flash.
Is there a specific format that I need to have the imported image in since I have tried jpg, gif, bitmap and none of these allow me to put an action onto it?
View 3 Replies
Mar 17, 2010
I'm having a problem with importing a layered PSD file into Flash, an issue which i've read about in a number of forums but haven't yet been able to fix.
The content of the PSD file in question is numerous layers of line drawing which I am importing to the Stage and converting to keyframes in Flash. The layers have no white background and are clear but for the lines of drawing.
The problem I'm having is that the first layer of the PSD file imports perfectly, with its quality intact, but all those which follow it are distorted and jagged, and look pretty awful for some reason.
I have experimented with both lossy (set at 100) and lossless compressions to try and improve the layer quality, lossless is marginally better but not the best.
View 1 Replies
Feb 25, 2010
when we are running movieclips in flash for a few minutes, white regions or white artefacts will start to appear on the screen, and it will slowly grow in size.we have cleared the objects from memory, but these white regions are still coming.
View 3 Replies
Oct 29, 2010
I have one png image with few icons there. So now I need to load that image, to brake it apart and to use those icons as MC-s.
View 2 Replies
Feb 5, 2011
I am working on a project where I need to show a wooden board and have the user pick a place on the board and somewhat realistically (at least believable) simulate the board breaking and shattering at that point. The final product will need to run on a mobile platform so performance is an issue.I have already experimented a bit and have a movie clip board which is composed of predetermined pieces and I used a tween to move the pieces apart. The main problem is that the way the board breaks and where it breaks are predetermined
View 2 Replies
Mar 13, 2012
I'm currently working on combining a bunch of movieclips with variating color schemes that I'd like to condense into a unified pallete. Breaking apart a movieclip reverts the graphics to the original colors but it would be super-helpful if flash repasted the current color settings onto the graphics once its broken apart. Maybe implementing a few of illustrators color palette tools would be great too. If this isn't the proper place, then I apologize but I wanted to pass the info along as an artist who is currently using flash as his primary art development tool right now.
View 5 Replies
Apr 15, 2011
I'm trying to link out to other websites using a simple textfield with the text options - link, and a destination, _blank. It's a large document and I'm adding to it daily. The problem is, when I return to flash, and make changes in other places, the earlier links I had in place change. [URL] explain to me why this is happening and how to prevent it? It's incredibly frustraing, stupid.Here is a link to the project. [URL]
View 6 Replies
Jun 29, 2010
This slideshow used to work fine, until you install 10.1. I run it in the Flash CS4 and CS5 IDEs and it works fine. Does the Flash CS5 IDE use the 10.1 player? If not, how can I make it?
View 3 Replies
Dec 3, 2009
On website [url].... you will see a big flash screen and on right 4 small flash images in a small box. How do they make small image clickable to another page? Also how do they have square follow image?
View 1 Replies
Aug 9, 2005
I am wanting to make the Images in the XML Slideshow Tutorial a clickable link. So that a user can click on the actual image when it is displayed and be redirected to another page. It would be good if the URL that the images redirect to are also embedded in the XML file with the other image info. This would be similar to the News Ticker Tutorial where the URL for the News Text is in the XML.
View 3 Replies
Mar 24, 2009
I loaded a swf and placed it in a movieclip on the stage. When I try to make this image clickable nothing happens.
Here's my code:
Code:
var sprite = cHolder.addChild(ldr)
sprite.addEventListener(MouseEvent.MOUSE_DOWN, displayCat);
If I attach a listener to the movieClip on the stage it works fine but I can't seem to get the image inside of the clip to work.
View 4 Replies
Jul 27, 2009
Is there a way to have imported images automatically update if the original file is changed?
View 1 Replies
Mar 5, 2011
I'm trying to make a very simple game in Flash. I have a map where you can see only the borders of the states. I want to make every state a symbol. Can I somehow fill it with different colors? Using paint bucket doesn't work...
View 1 Replies
Apr 9, 2007
Is there a way to get the height and width of an image that was loaded via an xml file? I am making an Image Viewer and I want the display to resize to the dimensions of the image loaded.
View 1 Replies
Aug 5, 2007
I'm using loadMovie to load a JPG to a MovieClip. As in ...
loadMovie("c:myimage.jpg", imageholder_mc);
What is the actionscript to determine the pixel width of the image loaded.
View 1 Replies
Dec 29, 2009
Just got started with Flash again after several years of not using it. I am familiar with the layout when I set it to "classic" but for some reason I can see the timeline area, but it is grey and I cannot create any frames or click anything in that area.
View 1 Replies
Jul 8, 2010
i want to draw a map of a campus. then when you click on different buildings, the building pops up big (possibly with text alongside it)any links to a tutorial how to do this?
View 8 Replies
Dec 31, 2010
I have added an on click event to a child object which is not always displayed Its pearent object also has on click events. There are two problems.
1) Whenever I click on the child object the pearents onclick behavior also runs. I do not want this to happen.
2)The child object can be clicked on even if i set its alpha to 0, or set its display property to false or send it to the back of the stage. This means its behavior can be invoked by the user even if it is not visiable I dont want the child object to be clickable when it is not dispayedI dont want the pearent object to be clickable through the child object
View 1 Replies
Mar 30, 2011
what i am trying to achieve:i need to create a navigation MC that, when rolled over, opens up to reveal a few buttons. (and when rolled off closes the navigation MC - basically a "play backwards" MC)
[Code]...
View 2 Replies
Mar 14, 2011
I am importing an image dynamically with following code into my mc :
....
var urlRequest5=new URLRequest( ... );
var imageLoader5=new Loader();
[code]....
View 1 Replies
Nov 7, 2008
I've had this annoying problem since CS1 and persists through CS3. If i import an image (either to stage or to library then placed on stage) the pixel size reported in the properties box is smaller by a very small amount. For example, I just dropped a 1005x650 PNG on the stage. The properties box shows this as w[1004.8] h[649.9]. The file is 72ppi in photoshop. Zooming in confirms that the image is shrunk slightly. In this case, the image was same size as the stage and I could see the white background showing through on the right edge of the graphic. It means that everytime i put a bitmap graphic on the stage, I have to correct the w and h in the properties box.
Does anyone else have this problem? Is there a solution? Does it occur in CS4?
View 3 Replies
Aug 9, 2009
edit: resolved
View 0 Replies
May 14, 2010
I have a TileList with movie clips as elements. The MCs contain buttons, but I can't click on the buttons and other elements because TileList is "over" them. How to make buttons clickable? Also, I don't need highlighting in the TileList on rollover and click. How to remove this effect?
View 1 Replies
May 25, 2010
I have designed a 768x90 ad in After Effects. My goal is to use that video as a clickable flash ad.
So far I have exported it in the form of an XFL but I really cant figure out how to do the rest. I need to make the whole banner clickable and ready for placement on a website.
View 4 Replies
Aug 22, 2010
I am trying to make a brain anatomy game in flash CS3 and I am having some difficulty getting the buttons to respect certain proportions. Allow me to elaborate.
[URL]
And then I bring it into photoshop and make a different layer for each different structure (in the screenshot I only did it for one structure but you get the point)
[URL]
Now what I would like to do is import my .psd file into flash and make every layer a different button. But I don't know of a way to view layers of a .psd file in flash. But here's the bigger problem. As you can see, it makes the "clickable" area for the button a rectangle shape.
[URL]
Whereas I would like for it to be the shape of the specific structure. If the clickable area is a rectangle then there is an overlap onto other structures which is not at all ideal. Especially when I get into smaller structures. What I want is for the button to be exactly like the layer in photoshop.
View 3 Replies
Jan 8, 2009
I've made a simple picture slideshow. With 10 frames and on each frame a movieclip. On every frame, I use the 'loadMovie' method to import a file..A set of buttons are used to surf through the frames..Okay, I wanted to know, is there any other possible way to add a fade-in fade-out transition while changing the pic from frame 1 to frame 2.. ?The way i know of doing it will be like this;Making a movieclip, MC1, and in there, another movieclip, imagehandler MC, where that image is brought using 'loadMovie' method. And fading in imagehandler MC from frame 0 to frame 10 using motion tweening like we normally do..And putting that MC1 (with MC2 fade in effect inside)to each of the 10 frames in the main slideshow timeline (making different MC1 like MCs for each image)..But this way its much more work and more cramping in the library..
View 8 Replies
Jan 18, 2010
How can I crop letteraly crop a part of an imported image into a specific irregular shape that already exists on the stage as a MovieClip... a jigsaw puzzle piece for example ? (it would be prefered not to use masks).
View 3 Replies