Tips and Tricks
Name three Keyboard shortcuts and explain what they do.
- Ctrl+E Exports animation
- Ctrl+I loads a sprite image of your choice
- Ctrl+B Loads a background of your choice
Solve these
I downloaded the following image: soccerball.jpg but I it will not load in as a sprite.
Why NOT?
only PNG files can be loaded, not jpg.
I want the animation dimensions to be Width 900 Height 450 then loaded a background image: height 200 width 200.
This warning pops up:
What happens when I choose Yes?
Your animation's dimensions change to exactly the image's dimensions, in this case 200 and 200
What happens if I choose NO?
The background image is transformed into your preferred dimensions, in this case 900 and 450