In a journey activity, you can make a vehicle bounce off an object when it collides.
Within a journey activity select a "monster" and create an image. Right click on it then click on the green rotation arrow below the image to view the animation options that are attached to the monster. Click on the third option (what to do during a collision) and click on the "advanced" option. In the script box that appears, enter the following code;
_root.car._rotation+=30;
When your vehicle reaches the image it will cause the vehicle to bounce off in another direction
View an example; Download Repel


Recent Comments