-
Hi,
I'm doing a site, and I want this path, where an object goes on it.
What I mean is, there is a path and a little car. When you press one of the objects on the path, the car should drive to it in a certain Guide Layer.
How do I do this?
For those who know the game Jones, I want to make the same effect like there (Well, the exact) :)
-
Just target the mc to play and use an If statement
If ("GetProperty",_currentframe)>= n
Stop
where n,m,...are points that you want it to stop. You may have to use a loop control mc to assess it constantly.