flash UGHHHH!!!
flash UGHHHH!!!
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- nuggler0
Something like this on the scroll bar:
on (press) {
startDrag(this, true, 80, this._y, 580, this._y);
}
on (release) {
stopDrag();
}onClipEvent(enterFrame){
_parent.mcname._x =+ (-this._x*2)+1000;
}