PDA

View Full Version : Random Motion Paths


battleline
04-08-2006, 05:02 AM
Is there a way to set up multiple motion paths, and have a movie clip randomly choose which one to follow?

Ricod
04-08-2006, 12:38 PM
I don't know for sure, but I think you can't assign motion paths on the fly. Or maybe you can now, but I use MX 2004.

You could set random points and move your objects to these points. If you incorporate some dynamics calculation you can get exactly what you want. You're going to need at least some trigoniometry though.

jclarke
04-15-2006, 01:34 AM
if you mean like a motion guide i might be able to help

battleline
04-15-2006, 05:03 AM
if you mean like a motion guide i might be able to help

I might... I'm not sure what the difference is (sorry I'm still pretty new to actionscript)

Thanks :)

awesty
04-15-2006, 06:44 AM
well a motion giude is when you draw a path on a guide layer and then have a movie clip on a guided layer follow the path with only two keyframes. or it that something else:confused:

battleline
04-15-2006, 02:47 PM
well a motion giude is when you draw a path on a guide layer and then have a movie clip on a guided layer follow the path with only two keyframes. or it that something else:confused:

Ok, I'm just using the wrong name. What I was calling a "motion path" is really just a motion guide. Sorry about the confusion.

jclarke
04-15-2006, 09:20 PM
you can have as many motion guides as you like on the timeline but they each assign 1 or mar objects to themselves seperately.

you might be able to do it in actionscript but that would be substancially harder...

I'll look into it and see what I can find