View Single Post
  #238  
05-22-2009, 06:53 PM
joshkrz's Avatar
joshkrz
Outlaw Cutter
 
: May 2009
: UK | West Yorkshire | Leeds
: 1,062
Blog Entries: 6
Rep Power: 17
joshkrz  (572)joshkrz  (572)joshkrz  (572)joshkrz  (572)joshkrz  (572)joshkrz  (572)

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 :'(
Reply With Quote