# Tornado in Flash MX

**URL:** https://forum.kirupa.com/t/tornado-in-flash-mx/5781
**Category:** flash
**Created:** [September 21, 2002, 6:44pm UTC](https://forum.kirupa.com/t/tornado-in-flash-mx/5781 "2002-09-21T18:44:31Z")
**Posts on this page:** 3
**Page:** 2

<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: [September 23, 2002, 10:48am UTC](https://forum.kirupa.com/t/tornado-in-flash-mx/5781/21 "2002-09-23T10:48:48Z")

</div>

Then in the first frame of the code layer

```auto
anglespeed = Math.PI/24;
perspective = 300;
centerx=200;
tilt = 5;

maxClip=120;
for (var i=0;i < maxClip;i++){
	dot.duplicateMovieClip("d"+i,i);
}

```

I define the general constants, and I duplicate the clips that will automatically position on load, and move on enterFrame.

There it is!

pom :asian:

---

<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: [October 6, 2002, 10:46pm UTC](https://forum.kirupa.com/t/tornado-in-flash-mx/5781/22 "2002-10-06T22:46:48Z")

</div>

Hmmm… Check this out: [Levitated | Torando Code Poetry | Macromedia Flash open source](http://www.levitated.net/daily/levTornadoCodePoetry.html)

:cyclops: :q: :ninja: :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: [October 7, 2002, 2:22am UTC](https://forum.kirupa.com/t/tornado-in-flash-mx/5781/23 "2002-10-07T02:22:48Z")

</div>

Yeah, I saw that last time I was there, and WOW, I love all the stuff he did 🙂

[Previous page](https://forum.kirupa.com/t/tornado-in-flash-mx/5781.md?page=1)
