Setting up your Glowing Background
- Open the .fla file
- Import the image you want to use for the background.
- Double-click on the MovieClip name 'BG'.
- Replace the supplied image with your image.
- Align your image to the top-left of the MovieClip's stage.
- In the Main timeline, align the BG MovieClip to the top-left of the stage.
- Set the stage properties width and height to the width and height of your image.
- Select the 'a' layer and open the actions panel.
- You can change the Glow Amount by set the variable 'glowAmount' to a different number.
- You can set wether the background stays proportionate by setting the variable 'scaleProportionately'.
- If you are loading this background as an external SWF into another SWF, you will want to comment out the whole section within the 'Resize Handler' tags.
Save and Export your file
That is it!
This file uses Caurana Tweener
Documentation for Tweener can be found at http://code.google.com/p/tweener/
Licensing for Tweener can be found at http://www.opensource.org/licenses/mit-license.php
Licensing notice for Caurina Tweener
The MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

