Convert The PNG To A Button Then Even The Transparent Part Becomes A Button

Mar 10, 2010

I would like to find out, how can i make that only a selection is made a button, for example I have a picture (.PNG format) with a transparent background, and the image in the PNG is what i want to be a button, but when i convert the PNG to a button then even the transparent part becomes a button. how can I have only the pic as a button.

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Take A Static Text Field, Convert It Into A Button, And Use It As A Button,but Button Not Working ?

Mar 7, 2010

I want to take a static text field, convert it into a button, and use it as a button. I need it static, because I changed orientation, and I do not know how to do that otherwise. The problem is, even though I converted it to a Button symbol, it does not work when I test the movie. It works fine with "Enable simple buttons", but when I test it, the button is not there, no change in mouse cursor, no reaction at all.So this is what I did:

Made text. // static, not selectable, Orientation: vertical left to right, / //rotated; Two filters: Drop Shadow and Glow;

Converted text field to Button - Symbol (scrollBT)

Editing the Button,I put the same content (the static text field) in all four frames: No luck, not working. without the Hit frame filled (which I think doesn't really make a difference): No luck, not working.Tried again, converting the static text field in the button into a Graphic Symbol: No luck, not working.Tried again, and put some differences in the frames for "ON" and "OVER" etc.: No luck, not working.Tried again, duplicating a similar, working button, edited it, and: No luck, not working.

To the button itself and the AS: The button will be a scroll-button for a text field, with different scroll speeds on rollover and press, but nothing else. The code for that I have (I think). It's something like (and please excuse my incorrect syntax here, but I'm typing from memory; still, I use the Script-Assistant and my syntax is apparently correct; it's also working with other buttons):

on {rollOver} {
function (scroll) {
textfieldtxt.scroll - = 1;}[code]....

I'm at the end of my wits. The only difference I can tell from other (working) buttons I did the same way, is that the scrollBt does not do anything except scrolling, while all of the others have frame actions (gotoAndplay etc.) associated with them.

View 1 Replies

ActionScript 2.0 :: [FMX] Transparent Button - Floating Text With Button Capabilities

Nov 23, 2003

I really need to make a transparent button, so it needs to just look like floating text but with button capabilities. But I was confused about a couple things: Initially I was using the "FPushButtonSymbol" but was unable to make it transparent, although I tried like this:

[Code]....

This left some shadow though So, I utlized a post from ezboard.com, which said to just make a square and then do Insert->Convert to Symbol and make it a button symbol. When I converted into a symbol, I also exported it for use with ActionScript. So I have been making instances of my new button (TermButt).... But can I still use generic button functionality like labeling, text fonts/colors, button size:

[Code]....

View 1 Replies

Professional :: Put An "invisible" Button Under Part Of A Large Button?

Jun 6, 2009

I'm trying to put an "invisible" button under part of a large button, but if I put it under the larger button, the invisible button doesn't work. If I put it on top of part of the large button, the large button doesn't work... Is there some way to make it so that both the buttons work...?

View 8 Replies

Button To Go To Different Part Of Timeline?

Apr 9, 2009

I am using a template that the buttons have actionscript in them already. I tried replacing "get url" with "gotoAndPlay" a certain frame. I need the button to go to frame 113 after i click on this button.

on (rollOver) {
if (_root.link<>p) {
gotoAndPlay("s1");

[Code].....

View 2 Replies

ActionScript 3.0 :: How To Remove Transparent Part Of PNG

Apr 28, 2011

The background of the png images is transparent but is not actually transparent if I load the png with transparent background and add into a sprite. The transparent part also can receive the mouse event so I wanna know how can I remove these pixels?

View 5 Replies

Rollover Button Behind Transparent Object?

Jan 31, 2011

Getting this little button to properly highlight in it's "over" state when it is behind another object with transparency.[url]...

View 1 Replies

ActionScript 3.0 :: Transparent PNG As Button/mouseover?

Oct 23, 2010

I'm trying to achieve something quite specific. I have a few transparent PNGs that will be dynamically generated and will be arbitrary shapes. I want these to form a sort of "hotspot" on mouseover, but I obviously don't want the mouseover to comprise the transparent bit - simplest analogy I can think of a is a single jigsaw puzzle piece.Is there any way to do this in AS3? Would I just load the PNG and flash automatically discards the transparent pixels?

If not the PNG, I can get the "jigsaw piece" in raw RGB pixel values as an XML doc. Could I maybe use the bitmap class to "populate" a bitmap using these raw values which I can then use as a movieclip with button enabled?

edit: from reading around elsewhere, a "map" analogy seems far more apt.

View 2 Replies

ActionScript 3.0 :: Part Of The Pixels Are Transparent - Don't Be Clickable

Sep 13, 2009

I want to create a SimpleButton that has some  PNG/GIF graphics as the down/up states. Part of the pixels are transparent and I don't want them to be clickable, is that doable?

View 9 Replies

Part Of The Animation To Be Skipped When I Click One Specific Button?

Jun 29, 2009

I have a swf file "home" that has a series of animations that are button controled.I want part of the animation to be skipped when I click one specific button, for instance.Most of the time I want frame label:"1 out" to play all the way through to the last frame (20) and on frame (20) there is an action sending it back to frame 1and stopping, but I need to have a button that when hit plays frame label 1: "1 out" and continues to frame (19) and does not utilize the action on frame (20) sending it back to frame (1), or in other words playing through "1 out" and then playing "2 out" which occurs on frame 21 without returning to frame (1).

View 6 Replies

Flash :: Button Inside Movieclip Used As Part Of A Scrollpane?

Feb 13, 2012

I'm a beginner actionscripter, so I hope you will take that into account when replying. The problem I am having is that a client has asked me to place a call to action button inside a textbox that scrolls. My idea was to create a movieclip containing the text and the button, then place that movieclip inside a scroll pane. I've been monkeying around with it all day and have made minimal headway. I'm not even sure of the best way to accomplish this.

If one of you learned actionscripters out there could point me in the right direction, perhaps I can find my own solution. The client wants me to use custom icons for the scrollbars, and as altering a scrollbar component seems like such a PIA, I'm trying to avoid using components.

View 2 Replies

ActionScript 3.0 :: Text On Buttons Disables Button Part 2

Jul 1, 2009

I've created a 3 state button, then imported it to a movie clip. I want to use a set of 6 of the identical buttons as navigation controls, so I've created 6 instances all named uniquely. My problem seems terribly simple, but I can't find an answer anywhere and I've spent hours going in circles.

No matter how I put a text label on the button (right now it is built into the button as dynamic text), when running the final file when the user's mouse is on the text the button cannot be clicked - it disables the button. So I have 6 buttons that cannot be clicked unless the user clicks right on the edge of the button (not on any part of the text). Is there not a simple way to overcome this? How do I make the text part of the button so it is clickable as well?

View 4 Replies

Professional :: Close Button On Transparent FLV For Embedding

Jun 15, 2010

I have rendered out a FLV with alpha enabled and using wmode options correctly, i am able to get my flash content embed on top of my pages, over the content.

1) I need the embedded flash content to have a close button, otherwise what i am seeing is a flash movie playing on without an option to close. Tried a button with on (release){getURL("java script:window.opener=self;self.close();");}
 
Is it that I have to place the FLV (alpha enabled) within a movieclip? and add a button there?

2) Also I need to start this content in the webpage using a mouse over over a button.

View 2 Replies

Flex :: Button Behind Transparent Hbox Unclickable?

Feb 15, 2010

I have a HBox with no background, but with some children. Behind the HBox is a button which need to be clicked. The button is unclickable at the moment because the HBox is on top of it. I need the button to be clickable and still have the HBox on top of it

View 1 Replies

Make Part Of Button Spin In A Loop Continously When Mouse Over?

Nov 25, 2009

I have a replay button that is already working great, but I want the arrow part of the button to spin in the 'Over' state. What I tried was creating a looped frame. I went inside the button itself, (button composed of an arrow symbol and text). I then went to the 'Over' state and went to edit the arrow symbol itself.when I drag the playheader in there, it seems to loop just fine, but when I export it it's not working.

View 9 Replies

Actionscript 3 :: Flash - Button Control - Mouse_out Part Is Unresponsive?

Jan 21, 2010

I am doing a simple Flash button that controls the playing of a moving clip.I want the movie to go to frame one and play when I mouse over the button and I want it to go to frame 12 and play when I mouse out. I have stop(); at frames 1, 12 and 25 to prevent looping.The mouse_over part works fine, but the mouse_out part is unresponsive.Here is my actionscript:

stop();
button_btn.addEventListener(MouseEvent.MOUSE_OVER, playMovie);
button_btn.addEventListener(MouseEvent.MOUSE_OUT, unwindMovie);[code]......

View 2 Replies

Add An Actionscript / Anything To Make Image Transparent When I Mouseover Button?

Aug 7, 2009

I imported a image file and made it into a button. So in flash8, is there any way to add an actionscript or anything to make the image transparent when I mouseover the button?

View 1 Replies

Professional :: Creating A Button Headline With Transparent Font?

Feb 19, 2012

I'm making a graphic button for a news app that allows the user to click on a headline.The button is composed of font and a rectangular shape in the back of the text. I want the text to be 100% transparent, and create the effect that you can see in  the titles of this movie poster:
  
[URL] 
 
does anyone know how to do this? doing it the way you would think...which is just to make the text  100% transparant doesnt work because the the background shape of the button (about 65% transparent) is in the way.

View 1 Replies

ActionScript 2.0 :: [FMX] Transparent - Floating Text With Button Capabilities

Nov 23, 2003

I really need to make a transparent button, so it needs to just look like floating text but with button capabilities. But I was confused about a couple things: Initially I was using the "FPushButtonSymbol" but was unable to make it transparent, although I tried like this:

[Code]...

This left some shadow though So, I utlized a post from [URL], which said to just make a square and then do Insert->Convert to Symbol and make it a button symbol. When I converted into a symbol, I also exported it for use with ActionScript. So I have been making instances of my new button (TermButt).... But can I still use generic button functionality like labeling, text fonts/colors, button size:

[Code]...

View 1 Replies

ActionScript 2.0 :: Make A Blank Button With A Transparent Hit Area?

Oct 17, 2007

I'm trying to make a button symbol with a transparent hit area - surounded but a dynamically drawn border. Heres what I have. I have a simple AS script that uses goTo and lineTo (plus a randomizer to make sure the buttons are skewed and differnt everytime) to create a "sketchy box" as my button. My script resides in a movie clip withing the "over" state of a button symbol. Now the active hit area is ONLY the line elements. Question : How in the world, using only actionscript an I make a second, transparent area inside of the sketchy lines to make the whole button symble clickable?

View 5 Replies

ActionScript 3.0 :: Detecting If Point On Image Is Opaque Or Transparent Part?

Dec 20, 2010

I am trying to detect if a point on an image is on the opaque part of the image or the transparent part. I have a image in a 48X48 area. half the image has transparent pixels. I seem to detect a hit on every part of the image like a bounding box test but I don't want that. For example . I place a 48X48 size image on stage at 0,0. At point 40,20 on the stage the image has transparent pixels but I get it detects a hit?
mm.img.hitTestPoint(40,20,true); //it should give me false

View 1 Replies

Flex :: Deleting Row Of Datagrid By Clicking A Button Part Of That Row In Delete Column?

Nov 23, 2010

I want to delete a row of my datagrid when someone click a button part of that row located below Delete Column. I tried many different way one of those were to

<mx:DataGrid id="userGrid" dataProvider="{userGridData}" width="800" height="500" itemClick="userGrid_itemClickHandler(event)" creationComplete="userGrid_creationCompleteHandler(event)">
<mx:columns>

[Code].....

The item render ev.renderers.UserGridEditRender has a delete button listing for click event it basically do userGridData.removeItemAt(userGrid.selectedIndex);
(UserGridData = Data provider of grid with id "userGrid") But whenever I click the button an exception is throw

RangeError: Index '-1' specified is out of bounds.

View 1 Replies

ActionScript 3.0 :: Play A Certain Part Of MovieClips Timeline Depending On The Button Pressed

Nov 22, 2010

Right I only want to play a certain part of my MovieClips Timeline depending on the button pressed.

ActionScript Code:
stop();
CircleLineMC.KingsCross.addEventListener(MouseEvent.MOUSE_DOWN, KingsCrossBtn);
function KingsCrossBtn(event:MouseEvent):void {
BigSquare_MC.gotoAndPlay(1);
}

But I want it to play only up to frame 50 and then stop there and then loop instead of playing the whole timeline, does anyone know How to do that.

View 6 Replies

ActionScript 2.0 :: Make SWF Wrapper With A Clickable Transparent Button Overlay?

Apr 13, 2007

I'm trying to figure out how to make a configurable wrapper or container file that I can simply pass variables such as

wrapper.swf?m=movie-to-load&u=url-that-button-goes-to

It seems simple enough, and I'm half way there ( I can get external movies to load ) however the transparent button is over my head ( read: I'm a complete noob ).[code]...

I've tried hardcoding a url into getURL as well but it doesnt' seem to be recognizing that there's even a button there.. is that because there's a new movie being loaded?

View 8 Replies

Professional :: Flash Button Effect - Transparent Area On Mouseout

Apr 2, 2012

I am making flash with mouse over its not working properly,
1) When mouse over the button not come the transperant area to entire pic
2) How can transparent area slowely to come mouse out

View 3 Replies

Internet Explorer - Flash Button Not Working In IE Using Wmode As Transparent?

Mar 26, 2010

I have a flash banner and css menu to use.I tried flash with wmode as transparent for flash banner which makes the css menu to come over the flash banner.but the button which is there in flash is not working in IE 7 and it's lower version.

View 1 Replies

ActionScript 3.0 :: Avoid Transparent Part Of Bitmap To React With Mouse Events?

Dec 20, 2011

What I have is a bitmap as render cache for a sprite, and there're many of them present on the stage. I expected that they would react like sprites with mouse-click event, but they didn't. They're like rectangles all around, matter what the original sprite look like, And I tried put bitmap cache into sprite container and use sprite's hitArea property like [code]...

View 1 Replies

Html :: Click Doesn't Fire When WMODE=TRANSPARENT In SWFUpload Button

Jan 1, 2010

I have a Flash-based SWFUpload upload button in a HTML page. I am trying to style that button. SWFUpload provides a Javascript setup interface to the Flash button's settings. I don't have Flash myself, so I have to work with the pre-compiled SWF file.

[Code]...

View 2 Replies

ActionScript 3.0 :: Flash - Test The Word AFTER The Keystroke Has Become Part Of WriteInOneText.text Without Adding A Separate Button

Sep 24, 2010

I'm trying to make it so that when a user inputs the correct word an event happens. It almost works except that the event doesn't fire until the NEXT keystroke. Is there a way to test for the word AFTER the keystroke has become part of WriteInOneText.text, without adding a separate button or anything? Here's the code:

[Code]...

View 3 Replies

Mouse 'down / Up"' And 'enter / Leave' Style For Button Which Is Overlapped By Transparent Flash Object

Dec 5, 2011

I have a flash object which dimension and position are as same as the HTML button. The button is under the flash object. I want when the flash is clicked and hovered, the button has the styles as if it is clicked and hovered at the same time. I am trying to call: ExternalInterface.call("mouseEventHandle", elementId, eventName); in flash to pass event to JS. And in JS(coffeescript): window.mouseEventHandle = (elementId, eventName) -> id = '#' + elementId switch event when "down" then console.log("down") when "up" then console.log("up") when "enter" then console.log("enter") else console.log("leave") # leave the function is responsible for styling the HTML button. The question is how to style the button under in JS? Or is there other way to achieve the goal?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved