bitmapdata
How to show a Bitmap which is only a portion of its BitmapData in AS3?
I am writing a screen scroller for a game I\'m making. There\'s a BitmapData object which holds the background graphic, yet I do not want to show/render it on screen all at once.[详细]
2023-03-06 08:56 分类:问答Applying blur filter to BitmapData
Here\'s the code I am using to blur an image using BitmapData. The function is calle开发者_StackOverflow中文版d on a Slider_changeHandler(event:Event):voidevent and the value of the slider is passed t[详细]
2023-03-05 17:51 分类:问答Some questions regarding Image manipulation in Flex
Here\'s what I want to do. An image is loaded by default when the app is run. There is a way to load another image the user wants by specifying an url. When the user defined image is loaded, the d开发[详细]
2023-03-01 22:36 分类:问答Advanced Image cropping and image resizing in Flex
I have created a image cropping tool in flex using core copyPixel method. croppedBitmapData.copyPixels(croppedBitmapData, clipCan, new Point(0, 0));[详细]
2023-02-28 23:24 分类:问答How to get transparency to work on a bitmap in Actionscript
For a class project I\'m working on \"Pissed Off Pigs\" (I think you get the idea, the pigs get revenge, don\'t worry, I\'m not going to release it!) and I want to create circles with a fill from a bi[详细]
2023-02-28 20:47 分类:问答Can't get the bitmapdata from dropped image in Flex Air AS3
When I drop an image onto my canvas I can get the nativePath to the image but not the bitmapdata which is the one I need.[详细]
2023-02-22 09:27 分类:问答AS3 bitmapdata not updated
In my class I have created a Bitmap with a corresponding BitmapData object: Class Members private var _bitmapData:BitmapData;[详细]
2023-02-20 05:18 分类:问答Sending ByteArray through as3 to PHP
The BLOB field (pic) is turning out as 0 Bytes when trying to send ByteArray through as3 to PHP, so i assume the PHP script or the HTTP_RAW_POST_DATA isn\'t working.[详细]
2023-02-19 03:30 分类:问答As3 gotoAndStop multiple calls in one enter frame
I am trying to make sprite sheets for rotation of DisplayObjects, and it seems that the gotoAndStop() calls are not working.[详细]
2023-02-18 11:17 分类:问答ActionScript - Drawing BitmapData While Maintaining Center Registration of Display Object
maintaining the center registration point of a circle shape, or any other display object with center registration, while being converted to a bitmap object is proving to be difficult.[详细]
2023-02-18 03:11 分类:问答