Flash HELP
Flash HELP
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- PonyBoy0
i can think of two ways that I do this...
Method 1.)
Create a MC to be used to fill your background -
- set up a Stage Listener and tell that MC to match the Stage in width & height - this will 'fill' your screen w/the MC... now you're going to need to use something like Flash's built-in colorTransform class: http://livedocs.adobe.com/flash/…Instead of using that color transform... you may want to use a custom class such as the one over here: http://hosted.zeh.com.br/mctween…
Method 2.)
you can create bmp data out of nothing by setting up a 'beginBitmapFill' event. Have a look over here: http://livedocs.adobe.com/flash/…Basically... you can create a movie clip and fill it w/a tiled bitmap - in your case, the bitmap would be a solid color...