09 11
Prosty actionscript do wprawiania MovieClipów w losowe “drgawki”:
onSelfEvent (enterFrame) {
rot = Math.random()*30 - 15;
this._rotation = this._rotation + rot;
}
Prosty actionscript do wprawiania MovieClipów w losowe “drgawki”:
onSelfEvent (enterFrame) {
rot = Math.random()*30 - 15;
this._rotation = this._rotation + rot;
}