BeerRun Perun
Registered User
Join date: 13 Sep 2005
Posts: 2
|
10-30-2005 17:48
How do I get a specific object of a linked set of objects to move? I want to change its Y-axis position when the avatar sits on it. There don't seem to be enough examples in the documentation to get me started animating objects.
|
Oasis Perun
Registered User
Join date: 2 Oct 2005
Posts: 128
|
11-08-2005 09:03
I believe the way to do this would be to add a script with an "on_sit" event (no sure of the actual event) and animate the object via the script whenever and AV sits on it...you may also have more luck posting this question in the scripting section.
What type of animation were you looking for? a simple adjustment or constant motion?
|
Senuka Harbinger
A-Life, one bit at a time
Join date: 24 Oct 2005
Posts: 491
|
11-13-2005 09:47
From: BeerRun Perun How do I get a specific object of a linked set of objects to move? I want to change its Y-axis position when the avatar sits on it. There don't seem to be enough examples in the documentation to get me started animating objects. simple use of a script will do this. if you want constant you'd use llTargetOmega, if you just want a one time rotation you'd use a form of llRot. you'll probably also want to rotate it back when the avatar sits up. you'll probably get a better response in the scripting forum, as you're really rotating objects "on demand" rather than an actual animation.
|