# Smooth rotation

**URL:** https://forum.kirupa.com/t/smooth-rotation/40692
**Category:** flash
**Created:** [January 21, 2004, 3:09am UTC](https://forum.kirupa.com/t/smooth-rotation/40692 "2004-01-21T03:09:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![monty](https://avatars.discourse-cdn.com/v4/letter/m/b2d939/32.png) [@monty](https://forum.kirupa.com/u/monty)
#### Post date: [January 21, 2004, 3:09am UTC](https://forum.kirupa.com/t/smooth-rotation/40692/1 "2004-01-21T03:09:28Z")

</div>

Howdy,

I’m pretty new to AS and need some help on getting a frisbee to rotate both quickly and smoothly. The code I am using so far is as follows:

onClipEvent(enterFrame)  
{  
this.\_rotation += 100;  
}

The code makes the disc rotate, but the rotation is choppy…I’m trying to go for an effect like the disc is spinning in the air…

Any suggestions?

Thanks!
