When editing a platform activity you can alter the maximum height at which a character can jump up to. Within a platform activity if you right click on the "test activity" (green triangle) you can alter the following code;
_root.jumpSpeed=-16;
The smaller the value, the smaller the height the character will jump on the screen. It can be used to create more difficulty in an activity, by limiting the route a character can travel along.
Note: the value is always negative
View example; Download Start_button_jumpSpeed


Recent Comments