Actionsript help?
Actionsript help?
Out of context: Reply #9
- Started
- Last post
- 11 Responses
- shant0
Yeah, no need to set a loop or a function, just put this on the first frame of your cursor clip:
this.onEnterFrame = function(){
this._x > half ? this.gotoAndStop(1) : this.gotoAndStop(2);
}
stop();