onClipEvent(enterFrame){ pos = pos + Math.random() * 1.000000E-001; this._x=this._x + Math.sin(pos); this._y = this._y + Math.random() * 4; if(this._y>=400) // 400 er bredden of the Movie. { this._x = 0 + Math.random() * 500; this._y = this._y - 500 + Math.random() * 100; }
}
I got syntax error! Found extra characters after end of program!
Source: onClipEvent(enterFrame){
i cant see any fails...
brigada545 2 months ago
The finished result is amazing, but it is all very complicated for me lol. great video :)
LonelyStar94 3 months ago
onClipEvent(enterFrame){ pos = pos + Math.random() * 1.000000E-001; this._x=this._x + Math.sin(pos); this._y = this._y + Math.random() * 4; if(this._y>=400) // 400 er bredden of the Movie. { this._x = 0 + Math.random() * 500; this._y = this._y - 500 + Math.random() * 100; }
}
I got syntax error! Found extra characters after end of program!
Source: onClipEvent(enterFrame){
i cant see any fails...
brigada545 2 months ago
The finished result is amazing, but it is all very complicated for me lol. great video :)
LonelyStar94 3 months ago