Okay, I am an alright Flash user, using Flash 8 (since we only have Flash 7 at school, I thought 8 was okay.)
Anyway, I have a problem with my code. All what is meant to happen is the line spins for 180 degrees only, but it keeps going.. forever!!
Here is my code:
And here is the SWF (link)PHP Code:onClipEvent (enterFrame) {
for(i=0; i<1; i++) {
this._rotation ++;
trace(i);
}
}





Reply With Quote


