flash question ..
flash question ..
- Started
- Last post
- 1 Response
- tonks
Sorry for the repost but I lost my thread. Yes its an easy flash question... I need to get the mc to sit at the top of the bar but its working out the height from the top of the stage down(fair enough). So how do I get it to work out from the baseline of the bar? (which in this case is 550p on the y axis)
onClipEvent(enterFrame){
this._y = _parent.bar1._height;
}
- System-Idle0
this._y = _parent.bar1._y ;