Home / Components / Templates / Fullscreen Stage Align Pattern AS3.0 /
Fullscreen Stage Align Pattern AS3.0
67 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$6.00
Package includes: FLA
Flash Version: Flash CS3, Flash CS4
Viewable with: Flash Player 9
Action Script: ActionScript 3.0
Product ID:F0800512
Please install flash first.
Programing language used: ActionScript 3.0 [AS3]
"Fullscreen Stage Align Pattern AS3" allows you to keep the movieclips aligned to where you want them to be aligned, with the confort and customizability of ActionScript 3.0.
Features:
Align on Resize:
Whenever someone resizes the browser with will automaticly smoothly move each movieclip to their specific place on stage.
Customizable margins:
Allows you to change the vertical and the horizontal margins, only by replacing the value of a simple varieble!
High customizable Tween motion:
Thanks to a tweening machine, Tweener, all the movieclips move smoothly, there are up to 41 tweening equations, this means that you will be able to change the way the movieclip move simply by changing the value of a single varieble.
In addition, you can also control the time that the movieclips take to be fully aligned, changing the value of a simple varieble.
Fullscreen pattern fill:
This feature fills the screen with a pattern whenever you resize the stage, so you always get a smooth and clean background without pixelation or distortion, you can use your favorite pattern or you can use the free included pattern i've created.
Embedded font:
Free Orgdot font, Teachers Pet Sans Serif, embedded in the file so even the user havent got this font installed he will be able to see it.
Enjoy :)
My portfolio
$6.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |




















14 comments
Add comment
waytogo
Is it possible to use a bitmap graphic as background and does it resize automatically.
Thanks in advance
#  /  PM  /  posted on Aug 27, 2008
kbodesign
NIce job but can the movie centerMC resize and scale down only and not up?
#  /  PM  /  posted on Dec 21, 2008
Mott
@kbodesign: The movie clip it self doesn’t resize neither scale, it aligns to fixed positions according to stage size.
#  /  PM  /  posted on Dec 21, 2008
feimus
this component doesn?t have an instalation one, you need to copy and paste and retouch the actionscript !!! not to drag and drop to the stage hoy the “components” are… I buy it , can youi send to me a component?
#  /  PM  /  posted on Jan 16, 2009
Mott
You should read the Help File first.
#  /  PM  /  posted on Jan 17, 2009
feimus
helo Mott! nice, I?m using your Stage align file, but I?m having a serious problem , the Bitmapdata, ArgumentError: Error #2015: Objeto BitmapData no v?lido. at flash.display::BitmapData() at microscopio_fla::MainTimeline/fill_background() at microscopio_fla::MainTimeline/onStageResize(), I cannot solve the problem, the pattern is in the same directory.. it?s all ok, and if click ok in the messaje that I wrote, all works fine but each time that I go to the page the error shows!! do you know how can I fix this or take out the advise ?
Thanks!
#  /  PM  /  posted on Feb 10, 2009
Micropixel
That’s funny. I just open the fla file, publish it and it doesn’t work problems with embed font.
#  /  PM  /  posted on Apr 11, 2009
Mott
Hey, did u downloaded the font and installed it on you system?
The font is embedded on the published file, if you don’t have the font and try to publish in your system it won’t embed a font that doesn’t exist on your system.
#  /  PM  /  posted on Apr 12, 2009
Micropixel
Ok, it started to work for me. there are files to be downloaded mentioned in the help file (it would be better to be put inside the package).
I have another problem. The pixel fonts are not always shart, especially leftMidMC, centerMC, rightMidMC. I guess it has to do something with the counted position getting divided by 2, do it’s not always round number but may end up being in position with 0.5 which blurrs the text and sharp edges.
Is there anything possible to do around that?
#  /  PM  /  posted on Apr 18, 2009
Micropixel
I think this should be in the file, my friend. When I have my width not dividable by 2 (for example 799, 9, 43) for whatever reason, this will cause blurring pixel-perfect images and pixel fonts.
If my stage is 800, the stage/2 is 400. That is ok.
If my stage is 799, the stage/2 is 399.5 -> BLUR.
I’ve been playing with it for a while and the solution is simple.
So to give an example how to fix this:
Tweener.addTween(centerMC, { x:stage.stageWidth / 2, y:stage.stageHeight / 2, time:transitionTIME, transition:transitionTYPE} );change into:
Tweener.addTween(centerMC, { x:(stage.stageWidth / 2 - Math.round(stage.stageWidth / 2) stage.stageWidth / 2), y:(stage.stageHeight / 2 - Math.round(stage.stageHeight / 2) stage.stageHeight / 2), time:transitionTIME, transition:transitionTYPE} );That means it adds 0 or 0.5 pixels to the result and everything is crisp clearly without needing Width and Height dividable by 2.
#  /  PM  /  posted on Apr 19, 2009
Mott
Hey, you are right, if you get a blur effect on the font you should use Math.round.
I didnt add it in the file because i didnt think it was necessary since I tried it with every resolution and every browser and all seemed fine.
Also I’m not selling Tweener nor the pixel font, so I don’t have the right to include the files in the package, since I don’t own their license.
#  /  PM  /  posted on Apr 25, 2009
blueworks
Hi! I just purchase your component. Is there a way to delete the pattern option??
Because I already have a var url:String = “movie.swf”; and it is in conflict. Or how can I bypass this?
#  /  PM  /  posted on May 04, 2009
mylifeinfiction
Can anyone let me know some step by step instructions on how to install this into my Flash doc???
I am New to using componets.. Any help would be great.
Ernie*
#  /  PM  /  posted on Jun 25, 2009
david.bray
Hey I just purchased the stage aligner and everything works great. I had one question what would I need to do if I wanted a background image to resize instead of the pattern? I am new to flash and AS3 so anything you could offer would be greatly appreciated.
#  /  PM  /  posted on Apr 29, 2010