ActionScript 3.0 :: Make The Irregular Shape Of The Silo The Hit Area?

Jun 18, 2009

I'm using actionscript to place a bitmap into an empty movieclip like so:

var bitmap_mc:MovieClip = new MovieClip;
addChild( bitmap_mc );
bitmap_mc.addChild( bitmapPNG );

bitmapPNG is an irregular shaped png of a person, but when I use the movieclip as a button, the hit area is the square shape of the movieclip, not the silo. How do I make the irregular shape of the silo the hit area, and not the surrounding square of the moviclip?

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Draw The Shape Of A Existing Movieclip Which Is Irregular Shape?

Oct 11, 2011

need to draw the shape of a existing movieclip which is irregular shape.

View 2 Replies

ActionScript 3.0 :: Draw The Shape Of A Existing Movieclip Which Is Irregular Shape

Oct 11, 2011

need to draw the shape of a existing movieclip which is irregular shape.

View 1 Replies

ActionScript 2.0 :: CopyPixels With Irregular Shape

Jan 19, 2009

Can anyone tell me if I can copyPixels with an irregular shape instead of just a rectangle?

View 0 Replies

ActionScript 2.0 :: BitmapData Onto Irregular Shape?

Dec 10, 2007

How can I attachBitmap to an irregular shape?I load a pattern into my movie (pattern.jpg), it is a square image 500x500. I want to draw that image onto an irregular shape. If I do the following it simply shows the large square overtop of my shape. The pattern isn't actually applied to my shape.

Code:
var bitmap:BitmapData = new BitmapData(500, 500, true, 0x00000000);
myShape.attachBitmap(bitmap,1,"auto",true);
bitmap.draw(pattern);

View 2 Replies

ActionScript 1/2 :: HitTest For Rectangular MC Over Irregular Shape

Jan 15, 2010

In my app, a user must drag and release a rectangular mc object (rectx) over an irregular shape within another mc object (irregx). There are 13 rect/irreg pairs. Each obj shares an AS2 file that checks whether rectx is over irregx, and proceeds _only_ if the check is true. The script uses hitTest, on mouse release, to grab the number (x) of the rectx being dragged and checks whether it's over irregx. Right now, the check comes back true when rectx is _anywhere_ inside irregx's bounding box whether it's over the actual image or not.

I've noticed that, when the (unpressed) mouse rolls over any irregx, it's oblivious to irregx's rectangular bounding box. It only reacts when it reaches the edge of the irregular shape inside, toggling from arrow to hand at the image edges. Since the mouse knows where the irregx image boundary is, is there a simple way to tap the mouse's 'eyesight' to verify whether rectx is over the correct irregx shape (meaning not just within the bounding box, within the shape inside it)? This can't be that hard.

View 6 Replies

ActionScript 3.0 :: Draw A Line That Goes Around An Irregular Shape?

Apr 21, 2011

I am trying to draw a line that goes from point A to Point B. Along the way there are objects (of any shape) that force the line to go around them in order to reach point B. It cant go through them. This is like directing someone using a map. You can only draw a line between the blocks / along the streets.

I tried that using collision tests. Fine, I can now find the coordinates at that instance, but I still cant get the line to go around the object before proceeding to point B.

View 0 Replies

ActionScript - Display Flash Video In Irregular Quadrilateral Shape

Jun 20, 2011

I'm a novice to Flash and I've been trying unsuccessfully to display video with defined irregular dimensions (practically a quadrilateral with various edge size). Would that be possible? I see that there are only several customization options:
1. Positioning in a plane defined by (x,y) that corresponds to the position of the top left corner of the video.
2. Width and height.
If it's not possible in flash, are there any other options with programmable features like that of flash?

View 1 Replies

ActionScript 3.0 :: Crop A Specific Irregular Shape From An Imported Image?

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

ActionScript 3.0 :: "MouseEvent.ROLL_OVER" On Irregular Shape?

Apr 10, 2011

In my design I've got a button which is styled in a unique shape. It ties in directly with another button. The simplest way to describe the button is a regular square split into two diagonal shapes (except the hypotenuse is curved).Well, I said Button, I've actually created the button as a MovieClip.Inside the movieclip I use code resembling the following:

ActionScript Code:
this.addEventListener(MouseEvent.ROLL_OVER, myFunction);
function myFunction(event:MouseEvent) {

[code]......

View 9 Replies

ActionScript 1/2 :: Decrease Hit Area - That Mouse Out Of To Make The Drop Down Area Pull Back?

Jul 28, 2009

i have a drop down menu am working on and each button tab (although they are not button instances !) when clicked opens up the "drop down" section which you can mouse over to choose another specific button etc - if you mouse out of that drop down area then it pulls back up to the original tab state ..  what do i change to the code below to decrease the area that you mouse out of to make the drop down area pull back .....at the moment it at least two inches on the screen below and to the right of boundaries of the drop down box before it pulls up - i want to it pull up as the mouse leaves the boundary box .... hope this makes sense .... there is some part of the actionscipt below that controls this but can work out which bit and how to change it !!! (am guessing the x mouse and y mouse bits - but how to change it ???)

[Code]...

View 1 Replies

ActionScript 2.0 :: Drawing In MX - Confined Area For Specific Shape

Jun 7, 2004

I've never used the drawing function on Flash and I followed the fairly simple tute on it just recently. Is there any way to confine the drawing area to a specific shape. Mine's a rectangluar shape that's rotated. You can download my FLA with the background image here > [URL]. I'd like to try and keep it confined to the notepad area. I think it might be a hitTest thing with if/else. My other thing would be to just rotate the notepad so that it's straight. Even still I'd like it confined to the area beginning with the corner of the notepad, not the corner of my movie.

View 2 Replies

IDE :: How To Make Outline From Shape

Feb 25, 2009

If I have a circle shape, or any else shape, what I should do to make a nice simple outline to that shape. Is there any way to make this simple. I tried to make this with the pen tool, bun it wasn't very precise. I want to use something else.

View 1 Replies

Make Flash Non Standard Shape?

Jun 19, 2011

i have rectangle movie and i want to make it triangle or round so it show round in the page. can i do so with i embed it or it must be done in flash before i export swf?Also i forgot how you make transparent area in flash?

View 1 Replies

Make A Picture Available To Be Used As A Fill For A Shape?

Jun 4, 2009

How do I make a picture available to be used as a fill for a shape?

View 2 Replies

ActionScript 3.0 :: Make MC's To Form Shape?

Sep 25, 2009

I have an array of mc's, and i need them to form smiling face on roll over event. How can i define positions of these mc's on this shape?(smiling face).

View 6 Replies

ActionScript 2.0 :: Make A Random Shape?

Jan 17, 2004

I am trying to make a random shape, I want each different point to draw a line to every other point, which I know this won't do yet even if it worked the way that I wanted. But, at the moment, my code does nothing. It is supposed to draw a line from from the first value in the point array to the second value in it to the third value in it.

Here's my code:

Code:
onLoad = function() {
drawIt(10);
}
function drawIt(numberOfPoints) {

[code]...

View 13 Replies

ActionScript 2.0 :: Make A Self-drawing Shape?

Oct 23, 2003

how to make a self-drawing shape with actionscript

View 2 Replies

ActionScript 3.0 :: How To Make Round Shape Scrollbar

Mar 28, 2012

I have got a website design, here I need to make round shape scrollbar I never create round shape scrollbar, how can make round scrollbar?

View 3 Replies

ActionScript 2.0 :: Make Shape Tween Stop At A Certain Frame?

Aug 9, 2009

I currently got a movieclip. On the timeline of the movieclip i've put a keyframe on frame 100, so that my movieclip is 100 frames long.On the stage I got a 100px wide red square as BG and on top of that a copy of the 100px square just in blue (my shape tween).What im basically trying to do is having the 100px blue square act as a percentagebar. So when I do something like:

ActionScript Code:
percentagebar.gotoAndStop(50);

The shape tweener should tween from frame 1 to frame 50 (with 50 representing 50%).

View 9 Replies

ActionScript 3.0 :: Make Shape Rotation At It's Center Point?

Jun 14, 2011

I draw a shape,like follows:

var shape1:Shape;
shape1=draw();
addChild(shape1);
shape1.rotation=50;

[Code]....

Then I want to rotate the shape at it's center point(200,202) by using shape1.rotation=50,but I find the shape don't rotate at the the center of it's shape. How to realize the function which make shape rotate at its center point?

View 4 Replies

ActionScript 2.0 :: Make A Map That Can Be Dragged Within An Area?

Apr 19, 2010

how to make a draggable map but the map can only be dragged in an area. let say if i did a rectangle as the limit,so the map can only be dragged within the rectangle... outside of the rectangle cant be dragged and cant be seen...

View 9 Replies

XML :: Flash - Randomized Placement Of Nodes To Make Specific Shape

Nov 5, 2009

I have a flash ecard that I am working on and had one of those "wouldn't it be cool if..." moments!

I would like find out if it is possible to:

1) load in an xml file that contains several names
2) Load each one of those names into a predefined movie clip which would display the name
3) randomize the placement of each name in a given shape area so that the Movie clips with names would randomly fill in to make a specific shape.

View 1 Replies

How To Make A Simple Animation Within Text Area

Dec 6, 2009

I am getting familiar with the Flash animations I am trying to make a simple animation within the text input area i.e.

1.FAN BASE
2.FA NBASE

What I want is the letter N to move slowly towards letter B.I have done motion tweening but it doesn't work -either the whole text is moving left right  or the letter N is simply skipping to the second position without smooth animation.( there's no error on motion tween by the way)

View 4 Replies

ActionScript 1/2 :: How To Make A Bigger Drawing Area

Mar 18, 2010

How can you make the entire thing for drawing bigger? Not just the white space. Cause I'm making a scroller game..

View 1 Replies

ActionScript 2.0 :: Make A Text Area Transparent?

Aug 11, 2005

is there a way to make a Text Area transparent?, I'm using this code:

_level0.taDescription.depthChild0._alpha = 0;

and works, but then, I'm loading that SWF in another SWF and I loose the alpha property?

View 2 Replies

IDE :: Way To Make Objects Not Cover Button Hit Area?

Dec 5, 2009

Of course, when the mouse rolls over the graphic, the button beneath it is not clickable.Without going into all the reasons why I can't incorporate the graphic into the button itself... is there a way in AS3 to programmatically make that graphic virtually "transparent" - so that it doesn't interfere with the button's rollover and hit states?

View 2 Replies

Flash - Make Sure Children Stays Inside Parent Movieclip's Shape?

Mar 17, 2010

Red: Shape inside parent movieclip,

Yellow: Children inside parent movieclip

I'd like to animate the yellow dots, but make sure that they never gets out of the red shape's boundary.

View 3 Replies

ActionScript 3.0 :: Make A Custom Handcursor To Replace The Standard One To Desire Shape?

May 12, 2010

Does anyone know how make a custom handcursor to replace the standard one to desire shape. When mouseOver/Out it will change to the custom one instead of standard.

View 1 Replies

ActionScript 3.0 :: Make Small Circles / Dots Form A Complex Shape?

Jul 27, 2011

I've bee following this site for a long time, and now I finally got a question on my own.

I'm trying (by ActionScript) to make a bunch of small circles form a complex shape e.g. a star or a windmill.

I'm planning to draw on circle and draw it to bitmap date, but I don't know how to place a lot of circles in the shape of a complex shape (or how to transform them into another complex shape).

View 3 Replies







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