I've been looking for, for free or purchase, an animated wing script for a project I'm working on.
Anyone know of one for sale, copyable/transferrable, or an open-source one?
Thanks,
Aaron
These forums are CLOSED. Please visit the new forums HERE
Animated wing script, anyone? |
|
Aaron Levy
Medicated Lately?
![]() Join date: 3 Jun 2004
Posts: 2,147
|
12-24-2005 12:33
I've been looking for, for free or purchase, an animated wing script for a project I'm working on.
Anyone know of one for sale, copyable/transferrable, or an open-source one? Thanks, Aaron _____________________
|
Jeffrey Gomez
Cubed™
![]() Join date: 11 Jun 2004
Posts: 3,522
|
12-26-2005 16:41
Here's a reference to start:
/54/64/33003/1.html However... wing scripts are pretty simple. More so now that they've made it so prims can move on avatars. All you'd really need: * llSetRot - rotates wings into position (alternately, llSetLinkAlpha for earlier scripts) * llSetTimerEvent and timer event - for timing the flaps * llMessageLinked and link_message event - for synchronizing the movements of the wings. The workflow would look something like this: CODE // Four prim wings with llSetLinkAlpha: OR: CODE // Two prim wings with llSetRot CODE // Two prim wings with llSetRot _____________________
---
|
Aaron Levy
Medicated Lately?
![]() Join date: 3 Jun 2004
Posts: 2,147
|
12-29-2005 23:52
I've got to turn on post notifcations again. I just now saw your response! Thanks Jeffrey!
_____________________
|