In a journey activity, you can make a vehicle act as if it had driven onto an oil slick on the road.
Within a journey activity select a "monster" and create an oil slick 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+=Math.random()*30-15;
When your vehicle passes over the slick it will cause a collision and create a fun effect
View example; Download Oil_slick


Recent Comments