What is the Monkey.wav file?
Because of modern web protocols these VR files may not work properly. (there are 2.)
VR 360 and VR Panorama
Edits made in the envelope are destructive or nondestructive
Nondestructive
How do you export an Animate animation into a video that's compatible with a specific device?
File > Export > Export Video. The video can be exported with or without the Adobe Media Encoder. In the Media Encoder, you can configure encoding options or choose Preset options that target various platforms, such as the Amazon Kindle, Barnes and Noble Nook, Apple iPhone, Google Android, and other devices.
How can you tell which version of flash player a viewer has installed?
Select Detect Animate version in the HTML tab in the publish settings dialog box to automatically detect the version of flash player on a viewers computer.
You can place sound files on what keyframes?
All of them
Name the artist of the pictures in lesson 9
Peter Leth
Video playback is not supported in what platform?
VR 360
What is the correct video format if you want to embed a video in an ActionScript 3.0 or AIR document?
To embed video in an ActionScript 3.0 document, video files must be encoded in the FLV format, an older codec.
What is createJS?
Create JS is a suite of open source JavaScript libraries
Name all of the sound files you used in Chapter 10.
African Beat, Afro Latin Beat, Elephant, Lion, and Monkey
In order to see your changes in the VR after you have made a change, what must you do?
Refresh it
You can change the individual file in the queue panel by selecting the file and then pressing edit-_____
Reset
What is the correct format for using video in an HTML5 Canvas document?
To play video with the Animate video playback component, video files must be encoded in the H.264 format. Adobe Media Encoder CC, a separate application, allows you to import many kinds of media types, and trim, crop, and export to an H.264-encoded MP4 video file.
Why is it recommended that animations built in HTML5 Canvas use classic tweens?
Although an HTML5 Canvas document supports all motion tweens and shape tweens, they are exported as frame-by-frame animations, and can increase file size of your exported JavaScript code. Use classic tweens, which are retained as runtime tweens that conserve file size and allow you to control the animation dynamically via JavaScript.
You changed one of the sound files throughout the lesson, what was the original and what was it changed to?
Afro Latin was changed to African beat
Are scenes exclusive to VR documents?
No
What else can you use to navigate. back and forth between keyframes on your keyboard
The arrow keys
What is a skin for a video?
The skin is the combination of functionality and appearance of video controls, such as Play, Fast Forward, and Pause buttons. You can choose from a wide array of combinations with the buttons in different positions, and you can customize the skin with a different color or level of transparency.
How do you incorporate interactivity in an HTML5 Canvas document?
Insert JavaScript on a Animate Timeline by writing code directly into the Actions panel. If you're new to JavaScript, you can use the HTML5 Canvas Code Snippets panel. Which provides JavaScript snippets for common interactions, such as mouse clicks and Timeline control
You can import several types of sound files into animate, among them being _____,________,_______
What are MP3, AIFF, and WAV files
Name three features that are not available while using VR documents.
Masks, layer parenting, 3d rotation, 3d translation, and the camera tool
In the Import Video Wizard. choose Embed ____ Video in the timeline to embed a ____ encoded vide to use for hand drawn animation.
H.264
How can you edit the length of a sound clip?
To edit the length of a sound clip, select the keyframe that contains it and click the Edit Sound Envelope button in the Properties panel. Then move the time slider in the Edit Envelope dialog box to clip the sound from the front or from the end.
What is the difference between the way ActionScript and CreateJS javaScript handle frame numbers on the Animate Timeline?
In the JavaScript for CreateJS, frame numbers begin at 0. In Animate, frame numbers begin at 1. For this reason, frame labels should be used so you can avoid references to frame numbers.