When editing a journey or platform activity you can choose an "animation" element (the sun) to cause an effect that increases the character size depending on your score.
Within the activity select a "sun", right click on it and change the image to a background, decoration image. Once you are happy with your image, click on the green rotation arrow below the image to view the animation options that are attached to this image. Click on the red fish (for animation settings) and click on the "adv" option. in the script box that appears, enter the following code;
_root.player._xscale = 100+_root.sc*20;
_root.player._yscale=_root.player._xscale;
Note: In a platform activity, use "player", but in a journey activity change "player" to "car".
View example; Download Character_grows


Recent Comments