onClipEvent (enterFrame) {
if (this._visible == true){
if (_root.follow == 1){
_root.hello.gotoAndStop(2);
followdist = 20;
followright =(_root.ball._x > followdist);
followleft = (_root.ball._x < followdist);
trace (followright);
}
oh god not that again :'(
|