ActionScript 3.0 :: Slicing An Image With Matrix Class?
Dec 13, 2011
i'm newbie to flash and cs5.5, i'm trying to understand the matrix class usage and trying to follow an example given in the below site,I'm following the steps given in the site but still getting an error saying"...Flash_SamplesTaglio.as, Line 341120: Access of undefined property image_mc."i've an *.jpg in the library and dragged an instance on the stage, converted into movie clip, named that instance as "image_mc". Also linked "Taglio.as" document class to that movie clip but still showing the same error.
View 5 Replies
Similar Posts:
Jul 7, 2009
providing a tutorial for slicing an image? Or tell me the trick behind it.
View 11 Replies
Apr 11, 2011
I am doing a project in which i need to slice an image into pieces. I could do the square slices easily using copypixel function over bitmapdata.
View 3 Replies
Mar 9, 2011
I'm looking into doing the following :
I've got this 'map.png' that i'm using as a background image. The map shows a country with all the provinces/states/counties 'outlined' on it.
I'd like to generate the effect when you mouse-over or click on a province you get info on the selected province, maybe highlight it, or its outline.
The best way to do this would be making objects/MC's on top of the image ? Slice out parts of the image ?
View 9 Replies
Jan 5, 2010
I have some data (preferably objects, insteads of string) in the flash which I want to store as table format. So that I can query them. It is not datagrid as I do not have to show them. Currently, I am use "xml class" because of the query function. However, "xml class" cannot store objects.
View 1 Replies
Aug 2, 2011
How can I, if it's even possible, use this transformation table provided in my question's accepted answer here in Actionscript 3 in Flash? I understand it might have something to do with Matrix, but I really have no clue if that transformation provided in the answer is possible to implement there. Is it? If so how?
View 1 Replies
Aug 25, 2010
Okay so I have two import pieces of code involved in this. This first tiny bit is what creates an object called OBJECT_arrow. It is located in the main function of my main class[code]...
It isn't really all that important. Now this next bit is the OBJECT_arrow class. What it does is loads an external png image and draws it. [code]...
View 2 Replies
Nov 12, 2010
I am trying to use a matrix to stretch an image along its X and Y axis. My code looks like this:
Mat = new Matrix();
Mat.createBox(MyScaleX, MyScaleY);
MyBitmapData.draw(MyDisplayObject, Mat);
When I change MyScaleX, there is no change to the scale. However, the image location gets shifted. When I change MyScaleY, both x and y get scaled. I have also tried to use:
Mat = new Matrix();
Mat.scale(MyScaleX, MyScaleY);
MyBitmapData.draw(MyDisplayObject, Mat);[ code]....
View 0 Replies
Jan 24, 2010
How can I rotate an Image eg. 180 degrees clockwise using the Matrix. I can use the following code to rotate the image 90 degrees, but it is incremental, meaing
var matrix:Matrix = new Matrix();
matrix.rotate(Math.PI/2);
matrix.tx = imgControl.content.height;
var bitmapData:BitmapData = new BitmapData(imgControl.content.height, imgControl.content.width);
bitmapData.draw(imgControl.content, matrix);
imgControl.source = new Bitmap( bitmapData);
[Code]...
View 1 Replies
Apr 5, 2003
Has anyone here ever developed a function (or general library of relevant functions) that will allow one to find the inverse of a matrix? I've searched the forum archives, as well as the internet more generally, but haven't found anything. If anyone has some leads, I hope you'll pass them along.
If I don't hear anything within the next few days, I might try to develop something on my own, but I'd hate to do so if someone has already done the dirty work.
A solution to this problem would be very useful for 3-D work or anyone doing mathematical programming more generally.
View 14 Replies
Dec 31, 2009
I am trying to understand the method transition that falls in the Matrix Class. I am using it to copy pieces of a bitMapData. But I need to better understand what transitions do. I have a tilesheet that has 3 images on it. all 30x30 pixels. the width of the total bitmap is 90pxs. The first tile is green, the second is brown, and the third is yellow. If I move over 30pxs using the matrix that transitions, instead of getting brown, I get yellow, if I move over 60px, I get brown. If I move -30 pixels, then the order is correct. I am confused on what is going on.
[Code]....
View 1 Replies
Jul 18, 2011
I want to use Image Reflection in trapezoid shape. That why i ask how to create trapezoid shape with the class of matrix
View 1 Replies
Jun 15, 2011
I am trying to skew an spark Image object using a matrix. The problem I am having is that it only effects the top angle. I think it may be related to the position of the image (x and y). The top angle is prefect but the bottom is flat!
Here is a bit of code:
//imgA = pixles down from top left coord, I used arctan with oposite over adjacent to get a radian angle
//size
openImage.width = imgW; //say 200
openImage.height = imgH; //say like 300
[code]....
View 7 Replies
Apr 2, 2009
I am trying to slice or break a movieclip into multiple random shapes.or MCs. I am playing around with BitmapData and pixels but no luck so far.
View 5 Replies
Jul 25, 2011
why my image won't load when I have it's class referenced from the document class rather that being in the document class?
This produces no errors and the second class traces the note, but it doesn't load the image.
// ----- Main Class
package {
import flash.display.Sprite;
[Code]....
View 2 Replies
Mar 22, 2011
[code]This script is for a loader image gallery in flash, as part of a class assignment. What happens is that in flash, when I open the swf file, the initial image (images/nair_evanescentautumn.png) will load fine. However, clicking on any thumbnail image (including the exact same images/nair_evanescentautumn.png), will result in an error saying the file cannot be found.I cannot figure out why it is doing this... I've tested it over. Clicking each thumbnail does go to the correct position in the two separate functions. All said full-size image links are in the folder images/, and replacing the initial loader image will load the other images in place of the default one. However, clicking on any thumbnail still results in URL not found, even though everything works correctly.[code]Before anyone asks why I'm putting this kind of content into a flash site, I'm not--this is only for a class assignment. I'm just trying to figure out why my images aren't loading right when I'm only doing the exact same thing in the functions as I am on the other pages.Of note, commissions.swf has the exact same feature, just with swf files loaded instead, and it works perfectly fine. home, traditional, digital, and photography all have the image gallery, and all have the same issue (I only referenced one page because if I can fix one page I should be able to fix all of them).As for the artworks, they are all my fiance's. The website design was built for her, and I used the website design for this project because I didn't want to have to build an entirely new interface design. Since the project also required a gallery, I felt that this interface would work just fine.
View 3 Replies
Dec 2, 2009
i have a flash site im working on, with an image gallery. the way the site is designed, when you enter into a gallery, while it's loading the images (lets say 5-10 images), it draws 5-10 gray boxes in the exact spots the images will load into.
the trick is i need to know in advance how big the gray boxes should be (width/height) before the image is fully downloaded.
i found this site: [URL]
but the way he wrote this, as soon as the class determines the images dimensions, it cancels the download.
i'd rather have a fully complete image class that downloads images, dispatches events with the image dimensions as SOON as theyre detected, and fully downloads the images as well.
View 1 Replies
Mar 14, 2010
I am trying to use BitmapImage spark class instead of mx image class.Image loads the same, fine
<s:BitmapImage id="img" source="sample.jpg">
</s:BitmapImage>
But I have an issue with adding mouse events on it, eg:
img.addEventListener(MouseEvent.CLICK,clicked);
do not trigger any mouse events when clicking on the image
View 1 Replies
Oct 18, 2010
I cant load an image from a class.I have main.as which calls Classplayer.as Classplayer calls ClassMisiile.I cant load an image from ClassMissile .I can load the image in Classplayer and dont know why the image in ClassMissile doesnt appear and it is spelt right and in the correct directory.I dont get an error and the functions work but no image.
[code]...
View 3 Replies
Feb 21, 2011
I know a matrix [x scale, y skew, x skew, y scale, trans x, trans y], and would like to get the angle in degrees.
View 2 Replies
May 20, 2002
I followed the tutorial for the Matrix Bitstream Effect here - [URL] utorials/Sp...ndex.shtml - like a slave, downloaded her code and compared, and I still can't see why my matrix will not become random. I put a bunch of copies of the movie clip of the "random" 0s and 1s on Scene 1, and they all slavishly turn to 1s and 0s at the same time, no randomness. Can anyone tell me what I'm doing wrong?
View 10 Replies
Jun 11, 2004
i want to know how to do the matrix effect, and hten have some letters be highlighted to show my site logo.
View 1 Replies
Apr 17, 2004
How do you create a matrix in flash?would it just be - var matrix(5,3,0);5x3 matrix filled with 0's?
View 5 Replies
Sep 22, 2007
I have done a matrix effect, but i have a problem. It is in front of the my logo.
How do i put it as a background, so it will be behind the logo?
Here is the script that i have used:
minLines = 35;
maxLines = 35;
minScale = 10;
[Code].....
View 3 Replies
May 28, 2009
I'm really new to flash, with my background mainly in C++ and Java. But what I'm wanting to do is create a 5x5 button matrix to make a game.I've tried using the visual style of drawing the button and what not, but I really don't like it. I'd like to have like an array of button of object where I can track things like click count for each object. Is this possible with action script?
View 41 Replies
Nov 2, 2009
After reading over the Flash 10 file spec I want to play a bit with transformational matricies.If you have multiple MATRIX records in an SWF do the transforms compound each other?Or is the matrix a complete replacement of the previous matrix?Does flash operate similar to Postscript with gsave grestore like operators which allow the transformational matrics to be saved & restored?
View 1 Replies
Mar 31, 2010
I'm trying to use the MatrixTransform class to RotateAroundInternalPoint but it requires that the object I'm trying to rotate has matrix points defined. My question is, is there a way to add Matrix points to a non Shape object so I can rotate it, or is there another class that is used to rotate movie clips around internal points?
View 6 Replies
Mar 14, 2011
Most often, questions are asked about how to scale a DisplayObject, and the answer is usually to use a Matrix.
My question is, how to you GET the scale of a Matrix (scaleX and scaleY)?
There's a Matrix.scale method to set the scaleX and scaleY, but it doesn't return a value, and no other properties exist to read it back.
The reason I ask, I'm using object burried deep down into a Display list, and each may be transformed. So I use the child object's sprite.transform.concatenatedMatrix getter, but am stuck at this point on how to read the scale from it.
View 2 Replies
Mar 31, 2011
I was wondering how you can use the matrix to increase the component of the canvas!
View 1 Replies
May 31, 2011
I have to use Flash CS3, so I can't use the properties rotationX, roationY and rotationZ.I have a movieclip, that looks like this. It is now flat, no 3D rotation or shearing But what I want is that this movieclip has a rotationX, or that it is a bit in perspective like this: As I said, I can't use rotationX, so I have been playing around with Matrix. But I can not get it right.Here is how I try to do it
myMC.transform.matrix = new
Matrix(1,0.15,0.35, 1, 0, 0);
And this is the result get the matrix right, or is there another way?
View 3 Replies