Turn Off Highlights / Object Border?

Sep 10, 2009

I was working on a frame by frame scene when all of a sudden (I don't exactly remember what I did) borders show up around each brush stroke I draw like the figure shown here:
 
I tried turning off highlights (Ctrl + H), but the borders keep re appearing. Basically, I just want to revert back to the original selection mode as well as get rid of the borders after I draw my brushes like this figure shown below: 

How do I turn off highlights / object borders permanently as well as enable regular brush selection?

View 1 Replies


Similar Posts:


Flash - Text Highlights Only For A Fraction Of A Seconds?

Oct 27, 2011

I'm trying to highlight text in a scrollpane. now I've tried highlighting it without a scrollpane, but the problem is the same, the text gets highlighted for a fraction of a second and then just goes back to normal.

I'm using the greensock LoaderMax library to load an external swf into the scrollpane.

I'm trying to keep things short, but here's how it works:

EDIT: FULL & CURRENT SRC
package {
import flash.display.MovieClip;
import flash.display.Stage;

[Code].....

View 1 Replies

Actionscript :: No Code Highlights In Fx:Script Of Flash Builder 4.5

Jul 1, 2011

It seems all codes inside fx:Script blocks are black with no highlights. That's pretty inconvenient.

View 2 Replies

Professional :: Border Around Embedded Swf Object In IE 8?

Jan 7, 2010

I'm well aware of the Eleos/Microsoft issues that came before IE 8. However this isn't my problem. My company's website is able to display the swf file fine in FF but in IE, as soon as somebody clicks on the swf file, it does its thing without having to double-click (as in the ActiveX issue previously discussed) but also has what looks like a pink border around it. I'm testing in IE and created the Flash component in Flash CS4 using AS 3.0.Like I said before, the SWF object is activated on the first click, and doesn't have to do with the previously mentioned ActiveX control issue.

View 5 Replies

Snap An Object To Stage Border?

Jan 8, 2012

I am kind of new to the whole flash sceen and am getting a little bit frustrated with the snapping (I am used to Photoshop Snapping). I have a bunch of objects the exact same size as the stage and I would like to snap them to the stage (I am making a slideshow-rotating image). I always find myself having to zoom in extreamly to make sure the edge of my image is lined up with the edge of the stage... is there a way to snap my images to the stage.

View 1 Replies

Actionscript :: Xml - Turn An XML String Into An Object

Feb 8, 2011

I am pretty new to AS, and I am assuming there is a way to do this and I am just not figuring it out. Basically, I am trying to use a service that returns xml and return an Object regardless of the structure of the xml. In .Net I use the XmlSerializer.Deserialize class... is there equivalent in AS?

I was able to find SimpleXMLDecoder but I can't seem to get it to work - it also looks like it might only work with nodes? Either way, the examples out there are sparse and hard to follow, I just want to know how to take xml like this:

[Code]....

And simply turn it into an Object - is this possible without writing my own parser?

View 2 Replies

Flash :: Turn A String Into A Reference To An Object?

Jul 6, 2010

I'm wondering, and hoping, if I can access and use a specific instance of an object if I only have the name of the object instance in a string? The code below perhaps explains it a littler better.

[Code]...

View 2 Replies

JavaScript :: How To Remove Flash Object Border

Aug 10, 2010

I am embedding swf object into my html document, but its showing border on top and left of swf object, how to remove it? Same result on all browsers. If I increase the dimensions of swf object then border start appearing on all sides. I don't want the border at all.

View 1 Replies

Flash :: Set Border On Dynamic Added Object?

Mar 27, 2012

Im adding video windows to a video object inside mxml file

videoMovie = new Video(120,80);

Now would it be possible to apply a rounded border of 2px on this somehow?

I know you can use

<s:controlBarContent>
<s:Label text="cornerRadius:" />
<s:HSlider id="slider"

[Code]....

On regular objects but cannot find out how to do this with dynamically added ones :(

View 1 Replies

IDE :: Object With Alpha=0 Has Some Kind Of White Border Around It?

Mar 5, 2010

I'm not sure what is causing this but I have objects that are transparent on the stage till they are called (object.alpha==0). The background image is of a room with fairly bright light.But when the background changes to a dark room the transparent items in front of it have white outlines around them...making the file unusable.

View 1 Replies

ActionScript 3.0 :: Turn A String Into A Properly Structured Object?

Mar 3, 2010

I'm using an online service (heyzap.com if anyone wanted to know) for storing small amounts of data from my Flash app. The data is sent to the server as an object, which can contain any kind of structure including arrays, numbers, strings etc. However, when the object is returned back to the app, for some reason, it has been turned into a string representation of the object. I don't think it should be like that - but it is. So if I create a textbox on screen and write the code:

myTextbox.text = receivedObject;
it shows this:
{"myArray":[{"myInteger":0,"myString":"string0","myData":[1,2,3]},

[code]....

View 2 Replies

Professional :: How To Turn Flash File Into One Frame / Object

Jul 29, 2011

I am creating a decision tree in flash (where someone answers questions which eventually gets them to a preferable conclusion). I have been using code snippets to link the different frames. I have created an animation that I would like to play when the user gets to the conclusion (I will use the 'click to go to frame and play' code snippet) but how can I turn the animation file into a single frame or object but still function as a animation. I tried saving as a SWF and drag into my project so it could appear as a object but it only plays in another window.

View 4 Replies

ActionScript 3.0 :: Draw Border For Even/uneven Shape Object?

May 25, 2011

how to draw border for even/uneven shape object? it is stored in a movieclip

View 0 Replies

ActionScript 3.0 :: Turn Flash File / Project Into One Frame / Object?

Jul 29, 2011

I am creating a decision tree in flash (where someone answers questions which eventually gets them to a preferable conclusion). I have been using code snippets to link the different frames. I have created an animation that I would like to play when the user gets to the conclusion (I will use the 'click to go to frame and play' code snippet) but how can I turn the animation file into a single frame or object but still function as a animation. I tried saving as a SWF and drag into my project so it could appear as a object but it only plays in another window

View 1 Replies

ActionScript 2.0 :: Moving MovieClip In Relation To Border Of Scaled Object

Oct 20, 2009

I have a frame_mc that get scaled 400 % onPress with a fusekit tween. Now I'll like to anchor a title_mc to the the top edge of the frame_mc without scaling it. How to do that? onEnterframe in the onPress function?

View 0 Replies

ActionScript 3.0 :: Creating Selection Border Around Sprite Based Object

Oct 22, 2010

I'm trying to make a little program. It works right now by drawing the top shape to the dark gray area, where it then copies itself and changes color. The new shape can be re-dragged as well. What I want to do now is add a dynamic border when I click on the new object, I want the box to adjust to an appropriate size. And on mouse release I want the selection border to disappear on the new shape. I want the selection border to be dashed much like you find in many of Adobe's programs, if at all possible.
Attached is my .fla file

View 1 Replies

Flex :: Draw A Circle Inside Border Container Using Graphics Object?

Apr 5, 2011

My basic requirement is to draw a circle inside a BorderContainer with the layout set to BasicLayout.I run this method in the CREATION_COMPLETE event of the BorderContainer object.[code]I know I must be missing something VERY basic here. Can I just draw like this OR should I draw in some other event? I know that I can create a Ellipse object and easily add it to the border container but I would like to know how I can do this using the graphics object.

View 3 Replies

Game Engine :: Flash Multiplayer Turn By Turn?

Oct 7, 2011

I'll start off by saying I'm a newbie, just putting that out there. How do you make a turn by turn multiplayer flash game? I don't know if an engine is made in AS3, PHP, Javascript, or whatever,I made my game already, it's just that it isn'tmultiplayer yet. Basically, there are lines, and each player crosses out a number of lines, and the last player to cross out a line is the loser. I want it where one user crosses out some lines, then presses End Turn, then the other does their turn and then presses End Turn to allow the other player to move his cursor. But how can I get both players to see the same frame and only have one player have the ability to move the cursor during a turn? Is there some easily adaptable multiplayer engine for flash for newbies out there

View 2 Replies

Professional :: Create A Simple Floor Plan That Highlights Where The Computers Are On The Floor

Mar 31, 2011

I am trying to create a simple floor plan that highlights where the computers are on the floor.

1. Each computer has a name for e.g. Comp1, Comp2, Comp3 etc.

2. The computer names are in a list on the left hand side.

3. On the right hand side is the simple floor plan with computer images (or clipart)

This is what is expected:

1. As the mouse is mover over the item on the list, the computer associated with it must light up (or highlighted) For e.g. when the mouse is over Comp1 in the list then computer1 image (or clipart) on the floor plan must light up

2. When the mouse is over a computer on the floor plan, then the associated computer name in the list must light up For e.g. when the mouse is over computer2 image (or clipart), then Comp2 in the list must light up. I was trying to get some ideas from [URL]. I was able to make the image for a computer. It doesn't go far enough to tell me how to accomplish the above. Using Excel, I did this nearly five years back, by putting the clipart in specific cells and hyperlinking them. Now we want to make it available on the web.

View 5 Replies

ActionScript 3.0 :: Change The Movieclip Border Around A Circular Object/movieclip?

Dec 20, 2011

how i could change the movieclip border around a circular object/movieclip.cuz know my my hitTestObject will also test on the corner of the movieClip and not the actual see able object like i show down here how coud i change this border to the second image?

View 3 Replies

Way To Turn Sound Off

Mar 27, 2010

I have added a flash sound file to our homepage. How do I add an option for the visitor to turn the sound off? I don't have the .fla file for it.

View 1 Replies

Border At Top Of Clip?

Jul 2, 2010

i have a bit of an odd problem, when i view my swf clip online there is a large white border accross the top of the screen, i don't really know why as when i made the file there is no border, obviously there is a setting or something that i need to change

View 1 Replies

PNG Showing A Border?

Jun 6, 2009

I have a png file dropping into a flash background and I am getting a black line around the png. Anyone thoughts on how to get rid of it. I also made the png bg to 1111111 the same as the fla file background

View 12 Replies

Annoying Border Around SWF In Firefox

Mar 3, 2009

I've been working on my website - [URL] - and whenever I load the page up in firefox there's this annoying border that goes around the swf when you click on it.

View 17 Replies

Sound - Turn On/off Feature

Sep 10, 2009

I have a very simple project. I just need a flash video that has a sound file and a button to turn on/off.

View 1 Replies

ActionScript 3.0 :: Turn Off All Sound In The Swf?

Dec 27, 2009

I have some sounds in a timeline ( i purposely put them on time line rather then through AS3). But is there a way to turn off all sound in the swf, like is there a global sound channel?

View 1 Replies

CS4 - Turn Off Autodocking Panels?

Jan 13, 2010

Is there any way to turn off the autodocking panels. I just want my panels to be free floating and not stick together. The way they dock and stick together is the worst.

View 2 Replies

ActionScript 3.0 :: How To Turn Off Sound Only

Oct 23, 2011

How do you turn off the sound in a game only? I ask because I have two buttons in my settings: turn music on/off and sound on/off. turning music on and off is really easy because it uses a specific sound channel. But How do you turn off the volume the sound only (e.g. music is still playing but not the sound of the game)?

When I mute the sound via SoundMixer.soundtransform you can't hear anything so that's not what I wanted to have. In my game all sounds are thrown into an array. My first idea was that I go through all sounds listed in the array and turn off the volume but that's not working.

Code:
//not working
private var sounds:Array;
private var soundChannels:Array = [];

[code]....

View 1 Replies

ActionScript 3.0 :: How To Turn A DOB Into Months

Oct 5, 2009

How do you turn a date of bith into months. im doing this:
 
var dobDate: Date         = child.CHILD_DOB;  //10th Feb 2008var daysSince:uint        = Math.floor((nowDate.time - dobDate.time) / DateTime.DAY);                    var monthsSince:uint     = Math.floor( daysSince / AppConst.DAYS_IN_MONTH);
trace(daysSince) //603 - correct
trace(monthsSince) //20 - incorrect (it should be 19)
 
note:

AppConst.DAYS_IN_MONTH = 30
DateTime.DAY = 86400000

View 9 Replies

Professional :: Webpage Without A Border?

Apr 20, 2010

No matter what I do though, when I publish the fla file, a small margin appears around the edges.Now, without adjusting the html, can I get the fla file to publish without a border so that it appears naturally as 'full' within the browser?

View 11 Replies







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