*sigh* some people keep abusing the camera angle features.
One thing that was noted heavily on the Bioware forums is Aribeth's 'jiggle'. Yes they move! <img src="/ubbthreads/images/graemlins/biggrin.gif" alt="" />
She's the only character that does that apparently. How much effort does that take to program? <img src="/ubbthreads/images/graemlins/eek.gif" alt="" />
Can't say I've noticed myself... <img src="/ubbthreads/images/graemlins/silly.gif" alt="" />
For you naughty, naughty boys it's done similar to this:
function shake(n)
{
.....for (i=10; i>0; i--)
.....{
..........for (j=n; j>0; j--)
..........{
...............self.moveBy(0,i);
...............self.moveBy(i,0);
...............self.moveBy(0,-i);
...............self.moveBy(-i,0);
..........}
.....}
}
Naughty, naughty you all. <img src="/ubbthreads/images/graemlins/tongue.gif" alt="" />
Kyra_Ny <img src="/ubbthreads/images/graemlins/think.gif" alt="" />