When editing a platform activity you can alter the speed at which a character falls down the screen.
Within a platform activity if you right click on the "test activity" (green triangle) you can alter the following code;
_root.maxFallingSpeed=16;
The smaller the value, the slower the character will drop down the screen. It can be used to create a "parachute" effect.
View example; Download Start_button_FallingSpeed


Recent Comments