Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Avatar moving script effect

Sony Swords
Linux Ubuntu 8.04 LTS
Join date: 17 Jan 2009
Posts: 176
08-22-2009 20:44
Hello, I want to make a script that:

a) Pushes my own avatar forwards (30-40m) when I press a key combination
b) plays a sound when pushed
c) plays an animated texture - Blizzard or something

Thank you for any help!
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
08-22-2009 21:56
a.) llRequestPermissions()/PERMISSION_TAKE_CONTROLS, llTakeControls(), the 'control' event, and llMoveToTarget() or llApplyImpulse()
b.) llPlaySound() or llTriggerSound()
c.) Hmm. Probably llParticleSystem() if you mean particles