hardish flash question
hardish flash question
Out of context: Reply #4
- Started
- Last post
- 13 Responses
- fate0
so just trigger it after the user changes something... or make it constantly look for updates with onEnterFrame or something.
secondBar._y=firstBar._height+fi...
add _root. as necessary.
for constantly checking:
onClipEvent (load) {
this.onEnterFrame=function(){
secondBar._y=firstBar._height+fi...
}
}