Eugene Borkotron
Registered User
Join date: 12 Jul 2008
Posts: 2
|
08-14-2008 11:47
Hi, I would like to create a water balloon (I guess, a ball prim) which esplodes freeing the water in it (a cloud of sprites I guess). Any ideas? Thanks.
|
Destiny Niles
Registered User
Join date: 23 Aug 2006
Posts: 949
|
08-14-2008 12:32
Wrong forum try scripters or builders.
|
Lear Cale
wordy bugger
Join date: 22 Aug 2007
Posts: 3,569
|
08-14-2008 13:24
Try Scripting Tips forum (not builders), and ask about "particle systems". First, though:
1) read up on LSL scripting in general
2) look in the LSL Wiki for llParticleSystem -- or just google that and take the first Wiki you see. If what you find is totally greek to you, then you'll probably need to try "products wanted" and hope someone is interested in doing it for you cheaply, or a similar freebie you can modify to your purpose.
3) You'll use llDie() to make the balloon object disappear, but this will kill the particle system too. So, you'll want to first have the script make the balloon go invisible (llSetAlpha()), wait for a bit (llSleep() or llSetTimerEvent()), and then call llDie() after the particle system is done emitting.
Please don't post any questions about what I've posted here; take it up on the scripting tips forum.
|
Eugene Borkotron
Registered User
Join date: 12 Jul 2008
Posts: 2
|
08-16-2008 06:47
Well, I kindly ask the moderators to move this post to the suggested section, just to avoid to repeat it. I posted here 'cause I didn't know what was the matter about this, and generally I thought it was an animation.
|
Deira Llanfair
Deira to rhyme with Myra
Join date: 16 Oct 2006
Posts: 2,315
|
08-16-2008 07:22
This board is intended for avatar animations - to animate an object you will get more help on the scripting forum as they will be more knowledgeable about the ways to solve your problems.
There's no problem with your posting on this board - it is just that you are more likely to get the help you want from the scripters, and they may not read postings here.
_____________________
Deira  Must create animations for head-desk and palm-face!.
|
Lear Cale
wordy bugger
Join date: 22 Aug 2007
Posts: 3,569
|
08-16-2008 12:06
You may wait a long time for the moderators to notice it. I suggest you post there, updating based on what you've learned, and paste in a link to this thread.
Normally they don't like posts in scripting tips that just ask people to write code for them. This one might be simple enough that they wouldn't mind. You can also try "products wanted" forum, but that's not for free help.
|