// onClipEvent (enterFrame) {
// pos = pos+(Math.random()*1) ;
// this._x = this._x+Math.sin(pos) ;
// this._y = this._y+1+Math.random()*5;
// if (this._y>600){
// this._y = this.y-650+Math.random()*600;
// this._x = -50+Math.random()*950;
// }
// }
Youll notice that each individual line has the double backslash (//) in front of it.
To make code active again, just delete the double backslash.


