# Rotating Image 360

**URL:** https://forum.kirupa.com/t/rotating-image-360/12554
**Category:** flash
**Created:** [February 1, 2003, 6:15pm UTC](https://forum.kirupa.com/t/rotating-image-360/12554 "2003-02-01T18:15:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Oblique](https://avatars.discourse-cdn.com/v4/letter/o/c89c15/32.png) [@Oblique](https://forum.kirupa.com/u/Oblique)
#### Post date: [February 1, 2003, 6:15pm UTC](https://forum.kirupa.com/t/rotating-image-360/12554/1 "2003-02-01T18:15:51Z")

</div>

Aight, I dont know if this has been covered or not, Im just to tired/lazy/unmotivated to use the Search so Ima ask and wait and watch tv 🙂

Anyways, if you goto [http://www.team5150.com/](http://www.team5150.com/) into their main index.shtml after their intro, in the top left, youll see something rotating around a circle, non-stop. Its blue, shouldnt be hard to see… Anyone know how to do this? I know you do Lost :o

---

<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: [February 1, 2003, 6:42pm UTC](https://forum.kirupa.com/t/rotating-image-360/12554/2 "2003-02-01T18:42:34Z")

</div>

Actions for the movieclip!

onClipEvent(enterFrame) {  
\_rotation += 10;  
}

You can change the nuber to anything you want! The bigger the number the faster it’ll rotate!

---

<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: [February 2, 2003, 4:01am UTC](https://forum.kirupa.com/t/rotating-image-360/12554/3 "2003-02-02T04:01:03Z")

</div>

Heahea, thanks alot man! :love: :o
