# Spinning Circular Thingy :P

**URL:** https://forum.kirupa.com/t/spinning-circular-thingy-p/117055
**Category:** Uncategorized
**Created:** [July 23, 2004, 7:35pm UTC](https://forum.kirupa.com/t/spinning-circular-thingy-p/117055 "2004-07-23T19:35:27Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jmayo86](https://avatars.discourse-cdn.com/v4/letter/j/94ad74/32.png) [@jmayo86](https://forum.kirupa.com/u/jmayo86)
#### Post date: [July 23, 2004, 7:35pm UTC](https://forum.kirupa.com/t/spinning-circular-thingy-p/117055/1 "2004-07-23T19:35:27Z")

</div>

Hey! long time since i posted a thread, i was wondering how i get a shape to rotate from a centre point.  
I have a spikey circle and i want it to spin, so it looks like its going round around and round and round. Any ideas? i think i need put registration point in middle of the object but dont know how to animate it.

Thanks :kommie:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 7:44pm UTC](https://forum.kirupa.com/t/spinning-circular-thingy-p/117055/2 "2004-07-23T19:44:53Z")

</div>

Put the registration point in the middle as you said, then click on the frame with your object, pull it across and make a motion tween. In the properties box you should see an option to rotate the clip.

Or you can do it with AS:

[AS]  
onClipEvent(enterFrame){  
this.\_rotation = \_this.rotation + 1;  
}[/AS]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 8:21pm UTC](https://forum.kirupa.com/t/spinning-circular-thingy-p/117055/3 "2004-07-23T20:21:42Z")

</div>

What do you mean “pull it across”?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 8:24pm UTC](https://forum.kirupa.com/t/spinning-circular-thingy-p/117055/4 "2004-07-23T20:24:26Z")

</div>

Click on the first frame in your timeline, then click it again and drag it across so it fills up say frame 1 to 20, then click on last frame, then right-click-\>convert to keyframe  
Select all the frames and then insert motion tween.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 8:38pm UTC](https://forum.kirupa.com/t/spinning-circular-thingy-p/117055/5 "2004-07-23T20:38:29Z")

</div>

Ok thanks 😃
