ActionScript 3.0 :: Change Shape Of This Rectangular Bounding Box?
Feb 18, 2010
I have a movie clip which contains a circular image, and by default Flash CS4 gives it a rectangular bounding box. This is a problem however because I am using this movie clip as a button, so the rollover area includes the entire rectangular bounding box and not just the circular image. How can I change the shape of this rectangular bounding box?
View 2 Replies
Similar Posts:
Aug 2, 2009
is it possible to make button in a different shape for example i have a figure that i cut from image on a transparent background an i was wonder if it is possible to make that person in to a button but just that person not the transparent background.
View 1 Replies
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
Oct 30, 2009
I've been following this tutorial to crop images in flex: [URL]
At the heart of its cropping is using a method called "copyPixels". However, this method takes as one of its arguments a rectangular shape for its crop region. Are there other strategies I can use to crop it not using a rectangle.
I am going after letting the user specify the region that should be cropped using a series of points.
View 1 Replies
Jun 23, 2007
whats the best way to restrict a draggable object to a non-rectangular shape (like triangle) I did it with hittest but i cant get it to go to the nearest point when the cursor is outside the shape...
View 5 Replies
Apr 17, 2009
I am having some problems regarding image crop.I am able to crop an image but with the use of rectangle class or in rectangular shape.But i would like to crop in circular shape(for example go to URL...).
View 8 Replies
Dec 12, 2003
ive started making a menu but nothing technical just animation to a "rectangular shape" as and converted to an mc..
[Code]....
View 3 Replies
Dec 12, 2003
ive started making a menu but nothing technical just animation to a "rectangular shape" as and converted to an mc..Ive applied actions to the shape mc like this:
onClipEvent (enterFrame) {
var speed = 4;
var viscosity = 1.3;[code]....
View 3 Replies
Dec 17, 2009
I'm trying to do collision detection for my game, but I don't necessarily like the premade methods hitTestObject or hitTestPoint just as they are. I've been searching all over the place for how to change the bounding box of a symbol, but all I found was how to get its bounding box. I'm aware of the pixel perfect collision detection code out there, but I'm looking to use bounding boxes for certain classes.
Is it possible to change the symbol's bounding box and still have that box recognized by hitTestObject or hitTestPoint? If not, I might have to write my own colllision detection code. =/
View 2 Replies
May 25, 2010
I'm making a simple platformer. I have an array holding what my level looks like and my main character is a horse.... okay it's a unicorn... anyways, Whenever I jump to a platform the hittest is saying that he has landed even though his head or his tail is just over the edge... I'm trying to make it so that only his feet will allow him to land.
View 1 Replies
Nov 1, 2010
Is it possible to make a bounding circle instead of a bounding box?The objects should bounce INSIDE the circle.I have now a bounding box outside the circle, but the objects exceeds the circle at the corners.
I was thinking of making an array of Points on the edge of a circle and when the object is < or > then do something... but that would be a lots of if/else statements.
View 3 Replies
Oct 19, 2010
using the shape tool you can draw basic shapesthen using the subselection tool you can re-shape them by relocating certain points
What i want to do is create a tween whereby one of the points is movedthe problem is you have to convert to a symbol first and after you have done that you cant change the shapes shape.so how do i go about using a motion tween to change the shape of a shape?
View 1 Replies
Dec 3, 2010
Im really new to as3, and im just trying out some stuff, but i cant get a shape to refresh and change when i change its variable using a text field.If i change the text fields text before i test it, it works, but while its running it doesnt change it again.Btw, trying to change the stroke size.[code]i just want is so that when i change the strokeSize_txt text box, it will change the stroke for the shape.
View 2 Replies
Feb 25, 2010
I have a button with a menu, that unfolds on mouseover.How can I change the shape of the button via ActionScript,that the button as soon as the menu unfolds also covers the menu,but only covers the button itself as soon as the menu disappears again?
View 5 Replies
Sep 17, 2009
an animation created with the Bones tool. I'm using a bone system to deform a shape.In the meantime I decided that the color of the IK shape should be other than the current one. Nonetheless I can't find a way to change its color while maintaining the shape within the armature.
View 1 Replies
Nov 23, 2009
If there is a quadrilateral having vertices say 1,2,3,4. if i drag the vertices by 1, then vertices 3 should remain fixed and vertices 2 and 3 can move.
View 1 Replies
Nov 24, 2009
If there is a quadrilateral having vertices say 1,2,3,4. if i drag the quadrilateral by vertices1, then vertices 3 should remain fixed and vertices 2 and 4 can move.
View 1 Replies
Dec 21, 2010
i have 187 movieclip and i need change shape color every movieclip. every movieclip have 7 shapes in 7 different frames. in other words i need to change 1309 shape color. houston i don't want do that
View 1 Replies
Aug 6, 2008
is it possible to change the color of a shape though xml?
View 1 Replies
Mar 10, 2009
I am trying to change the size of a box. Rather than using a shape tween to accomplish this, I want to use actionscript. I really don't know where to begin. I have created an mc of the box and given it an instancename of T2. I want the animation to play as soon as the mc is loaded.
View 5 Replies
Jul 7, 2010
I am working on a project that some one else created. There were very orgainized, but my question is this: There is a starburst shape, and in the property inspector it is labeling as yellow burst, and that's how it shows in the library. But one instance of it is red in the movie, and I can not find it to change or delete as they called everything dynamically. how this was done, or how I might locate this object?
View 3 Replies
Sep 28, 2010
I've got a complicated shape in a MovieClip.Runtime i want to change the stroke width of this Shape depending on a size ratio.
How can I change this property without redrawing the entire Shape with the drawing API (almost impossible, is a map with very detailed borders) ?
View 1 Replies
Jan 9, 2011
I have a sprite,like follows:
Code:
var _sprite:Sprite=new Sprite();
...
_sprite.addEventListener(MouseEvent.CLICK,onClick);
addChild(_sprite);
[Code]....
when I click the _sprite,I want to make the mouse shape from a cursor to handCusor shape and call javascript function.
View 1 Replies
Apr 22, 2002
I want to be able to change a pictures shape by using handles in each corner to skew the picture and in each side to make the picture longer, shorter, wider or narrower.
View 3 Replies
May 19, 2010
I want to do a flash application follow the imape file I attached here, does anyone know how to change a shape to random shape when clicking using as3?
View 1 Replies
Jan 8, 2011
I have a sprite,like follows:
var _sprite:Sprite=new Sprite();..._sprite.addEventListener(MouseEvent.CLICK,onClick);addChild(_sprite);private function onClick(e:MouseEvent):void{ //how to make mouse shape into handCursor here and
[code]......
View 1 Replies
Aug 21, 2011
I have Flash CS5 and cannot get the pencil or in k tool to change color it stays at the layer color only. When I make a shape and pick paint bucket tool it will not add the color I am choosing.
View 1 Replies
May 11, 2009
how to take a display shape, and have the lines & fill randomly change colors? I'm sure this can be done
View 1 Replies
Nov 30, 2009
ActionScript Code:
package {
import flash.display.MovieClip;
public class Base extends MovieClip {
public var baseHP:int = 50;
var newRect:Shape = new Shape();
1046: Type was not found or was not a compile-time constant: Shape. 1180: Call to a possibly undefined method Shape. What does it mean by "undefined method"? I am somewhat of a newby, so sorry if there are any stupid errors
View 1 Replies
Jun 22, 2010
Whenever I add shape hints to a shape tween the shape disappears in the between frames. I am using CS5 on Vista. I using files from [URL]to practice.
View 2 Replies