** actionscript help **
** actionscript help **
- Started
- Last post
- 1 Response
- Dcsign
I am creating a 100% h 100% w movie and controlling the elemnts on the stage via stage.align ..... I need to align one item at the bottom and another at the center of the movie.... does anyone know how to set 2 different alignments??
- System-Idle0
in yr onResize function set the _y properties of both movie clips.
ie.
mc1._y= (yr sum using stage props)mc2._y= (yr sum using stage props)