# Wind thingy (how ?)

**URL:** https://forum.kirupa.com/t/wind-thingy-how/185216
**Category:** Uncategorized
**Created:** [April 11, 2006, 7:53pm UTC](https://forum.kirupa.com/t/wind-thingy-how/185216 "2006-04-11T19:53:41Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![vintage](https://avatars.discourse-cdn.com/v4/letter/v/e68b1a/32.png) [@vintage](https://forum.kirupa.com/u/vintage)
#### Post date: [April 11, 2006, 7:53pm UTC](https://forum.kirupa.com/t/wind-thingy-how/185216/1 "2006-04-11T19:53:41Z")

</div>

[this](http://images.p7d6.arixmedia.com/pr/MP0019BL.jpg) colored tentacles you see…Idd like that to move like its inflated with air, like the “figures” you see sometimes at footbalstadion.  
I really dont know how to create this (with AS, not tweens).

If anyone knows, pls share with me 😃

thx

---

<div class="post-metadata">

### Author: ![eilsoe](https://avatars.discourse-cdn.com/v4/letter/e/9fc348/32.png) [@eilsoe](https://forum.kirupa.com/u/eilsoe)
#### Post date: [April 12, 2006, 6:54am UTC](https://forum.kirupa.com/t/wind-thingy-how/185216/2 "2006-04-12T06:54:35Z")

</div>

Here, I cooked up a quick demonstration. I used lines here though to speed up the process, you can create virtual point objects instead if you want.

Width: The radius of the opening.  
Sway: The amount of upwards bobbing/swaying;  
SwaySpeed: The speed of the waves.

Just fiddle around with the settings. Hope this helps you in any way 🙂

---

<div class="post-metadata">

### Author: ![theflash](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/theflash/32/1221_2.png) [@theflash](https://forum.kirupa.com/u/theflash)
#### Post date: [April 12, 2006, 8:00am UTC](https://forum.kirupa.com/t/wind-thingy-how/185216/3 "2006-04-12T08:00:48Z")

</div>

That was a really nice code Eilsoe… thanks…

In Eilsoe’s case he created segments which move and join the outer boundry and make a waving motion…

Basically in such motion where object needs to be moved in cycles for vibration use sin/cos function.

Other option would be to use curves that animate by changing control points…

---

<div class="post-metadata">

### Author: ![eilsoe](https://avatars.discourse-cdn.com/v4/letter/e/9fc348/32.png) [@eilsoe](https://forum.kirupa.com/u/eilsoe)
#### Post date: [April 12, 2006, 8:40am UTC](https://forum.kirupa.com/t/wind-thingy-how/185216/4 "2006-04-12T08:40:09Z")

</div>

thanks 🙂

you can use other ways than creating lines like I did, it was just to create an example…

---

<div class="post-metadata">

### Author: ![vintage](https://avatars.discourse-cdn.com/v4/letter/v/e68b1a/32.png) [@vintage](https://forum.kirupa.com/u/vintage)
#### Post date: [April 12, 2006, 10:39am UTC](https://forum.kirupa.com/t/wind-thingy-how/185216/5 "2006-04-12T10:39:56Z")

</div>

Thanks eilsoe, it wasnt exact what I ment, but its a **big** step in the right direction.  
Im gonna freak with youre code. thx allot !
