Skip navigation
Home/Support/

Forums

322 Views 2 Replies Latest reply: Mar 20, 2010 11:07 AM by Kostas Arvanitidis RSS
Kostas Arvanitidis User 20 posts since
Nov 30, 2003
Currently Being Moderated

Mar 20, 2010 8:10 AM

Animation from random position to specific

Hi all,

I want to distribute multiple layers in Z axis and on specific time to animate them at '0' point. I've managed to distribute them randomly and place them at '0' point in a given time, but with no animation.. it just 'jumps' to '0' point. This is what i've used:

 

seedRandom(18, true);
z= random (400,-400);

if (time > 12)  z=0;
[z]

 

I know i'm missing something.. any hints?

 

Thanks

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points