hay, i have question… when i set the MC to custom position, the MC didn’t align automaticly when the staage resized?????
can u help me??
Posted 3 months ago
Position your Movieclip on stage easily just by calling a single function.
Example:
positionMcOnStage(myMovieclip,"TL"); //this will position myMovieclip to the top-left of your stage.
Movieclip(s) will re-position itself with the assigned position with easing on stage/browser resize. Easy to implement into your project.
Updated to version 2 (10 OCT 2008 ):
- Cleaner Code
- Multiple Movieclips
- Function for Custom Position added
hay, i have question… when i set the MC to custom position, the MC didn’t align automaticly when the staage resized?????
can u help me??
Posted 3 months ago
Hi naethen, When you set the movieclip to custom position, it actually set the movieclip to the specified static coordinate – onstage resized will be ignored. Please send me a message @ my profile page wih specifics on how you want your custom position to be.
Posted 2 months ago