Felix Oxide
Registered User
Join date: 6 Oct 2006
Posts: 655
|
05-16-2009 12:31
How can I make prims move, rotate or change size when clicked? Thanks
|
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
|
05-16-2009 12:49
From: Felix Oxide How can I make prims move, rotate or change size when clicked? Thanks Try llSetPrimitiveParams. See 
_____________________
It's hard to tell gender from names around here but if you care, Rolig = she. And I exist only in SL, so don't ask....  Look for my work in XStreetSL at 
|
Cheree Bury
ChereeMotion Owner
Join date: 6 Jun 2007
Posts: 666
|
05-16-2009 14:30
If you only want to set one of those at a time you can use llSetPos, llSetRot, or llSetScale in one of the Touch events.
If you want to do more than one at a time, you need to use llSetPrimitiveParams as Rolig suggested.
_____________________
Visit ChereeMotion - Life's Best Pinup Poses http://slurl.com/secondlife/Wild%20Rice/38/230/51
|