User Guide KWIK 1.8. Revision Dec. 15 h, 2011 (thanks to Jordan Cohen)

Size: px
Start display at page:

Download "User Guide KWIK 1.8. Revision Dec. 15 h, 2011 (thanks to Jordan Cohen)"

Transcription

1 1.8 User Guide Revision Dec. 15 h, 2011 (thanks to Jordan Cohen) Adobe Photoshop CS5 name and logo are properties of Adobe Systems. Ansca, the Ansca logo and Corona SDK are properties of Ansca, Inc. (c). Apple, ios, iphone, ipod and ipad, logo and names are properties of Apple. Android, logo and name, are properties of Google.

2 Table of Contents What is Kwik?... 3 Things You Should Know and Follow... 3 Best Practices on using Kwik... 3 Installing... 6 Installing Corona and XCode... 6 Installing Kwik... 6 Kwik Panel... 8 The tools in the Status Area... 9 Customizing your Settings Creating and Opening Projects Comic project options Book Projects Project tools Page tools Interaction tools Button actions Animation tools Widgets Tools Toolbox tools Previewing, Debugging and Building Projects Debugging errors Building your projects External Resources People to follow on Twitter Tutorials Tools Photoshop Performance... 62

3 Chapter 1 What is Kwik? Understanding the plugin before using it. K wik is a plugin for Adobe Photoshop CS5 and above that allows designers and illustrators to create comics and interactive books for ios and Android devices, with animations, buttons, video and sound, directly from PSD files. Things You Should Know and Follow Before everything, if you have a Twitter account (if you do not have one yet we suggest you to create one it s free and simple!), follow us. Our profile is Kwiksher (not Kwik). To go direct from here: If you prefer Facebook, follow us at In both cases, you ll be kept up to date on all new features or important announcements from us. Don t forget to visit (and subscribe) our YouTube channel: All video tutorials are available there. Best Practices on using Kwik Using Kwik is not difficult. However, due the relationship of the Kwik plugin with your Photoshop layers, follow these simple tips to avoid some common issues. Kwik is very dependent on Photoshop layer naming. Wrong layer names can even block your preview process. Although Kwik tries to find and fixes potential issues, sometimes it simples cannot. To avoid these issues, use the following conventions (most are applicable to Book projects and many are valid for Comic projects as well): 1) Project name: Avoid long names for your projects and, DO NOT use characters like <> %,#;!. They conflict with XML convention. Keep naming simple! 2) Layer names: Before you start adding buttons and animations, follow the rules below. It is much easier to add interactivity with the final names than edit all of them afterwards. Basic rules: 3

4 - Avoid long names. All layer names become variables when exported, meaning they use more memory and are more difficult to read. Also, they are going to be shortening anyways, as Lua will not allow variable names with dozens of characters. - Avoid having multiple layers with the same name. The second layer will overwrite the first one, and it will make the Lua code crazy. Kwik will provide an alert error if it finds layers with same name. - As with Project names, when naming Layers, DO NOT use characters like <> %,#;!. These conflict with Lua language. Kwik removes these strange characters but, if they were used before in any button actions, it may generate errors during export. - Do NOT name your layers as numbers. For example, a layer named 1, will generate an error. A layer named 01_Name will also generate an error. However, a layer named Name_01 will render without issues. - Do not use Lua commands as names. For example, a layer named if will conflict with the command if. Some Lua commands are: if, end, local, transition, play. A full list of Lua commands is here. Kwik will generate an alert error if it finds layers with Lua commands as name. 3) Keep Layer Names Short: text layers names are originally created using the content of the text from the canvas. If you have a long paragraph, the layer name will be the entire content of the long paragraph! Long layer names cause problems in the generated code, so edit the layer names to make them shorter. (This is the most common problem we have seen from our users reporting issues.) And don t forget all text, besides the ones used in the Sync feature, also exports as images! 4) Group layers: Kwik exports group layers as a single image. Use them to create more complex elements (for example, a multi-layered button with text, shadows, etc.), or for the creation of static elements. A common issue is to have all page elements in a group layer expecting they will render separately. If you have a group with several layers, try to flatten them whenever it is possible. It will make the export process much faster. 5) Create a background layer: Kwik must find at least one art layer in order to export. Whenever is possible, create it first. This is also used as the place for page swipe events Kwik always uses the bottom layer of your PSD as background. If it cannot find it, an error occurs. 6) Universal projects: They are cool and expand your audience, right? Yes, but remember they duplicate image files, double your export time, add complexity to your code and, depending on the project, sometimes they just don t make any sense! Can you really read a big paragraph on a iphone? If your audience is ipad users, do yourself a favor and create a project for ipad only. 7) Fireworks: Several designers like to start their project in Fireworks as it offers vector tools not available in Photoshop. When using PSD files created by Fireworks, please note that they do NOT come with the background layer (everything comes inside a group layer). As you read 4

5 above, it will not work! To resolve this issue, if you are opening a PSD file from Fireworks, simply select all sub layers and move them outside the original folder they came in. 8) Button and Animation names: Although Kwik offers an auto-naming feature, try to enter your own names (follow the rules above). It will help you to quickly edit your actions from the project view. This is a time saver for project with several actions. 9) Export images only once: Whenever is possible, after renaming all the layers, export them (Preview button) before adding actions. You can do that by clicking the button Settings, then enabling the Export images checkbox. After the first export, disable the Export images checkbox. From now on, the Preview button will work much faster, exporting only the code (use it as much as need to tweak animations). 10) Don t forget your icons and opening screen image: Kwik will help you to preview your project. However, your great comic or book will need the perfect icons (not the one we provide with Kwik s logo) and a beautiful default screen (for ios projects). 5

6 Chapter 2 Installing Getting ready to create. B esides Adobe Photoshop, Kwik also requires Ansca Mobile s Corona SDK installed in a Mac or PC. If you plan to develop applications for ios, you will need a Mac computer (you cannot create apps for ios on a PC) and a membership from the ios Developer Program. For publishing Android apps on Google s Marketplace, you will need also a membership from Android s Market. The same applies for Amazon Kindle Fire and Barnes & Noble Nook Color. Using Kwik, as you will learn from the next pages, is the easiest part of creating your comic, ebook or application (app). However, becoming a member of Apple and/or Android s developer programs, creating certificates, and publishing your app are not so simple tasks. Although this manual does not cover these tasks, it points you to several external sources that may help you, in the External Resources page. Installing Corona and XCode Before installing Kwik, certify that you have Corona (and in the case of running on a Mac, XCode either). To install XCode on your Mac, go to The installation is free. However, to send your final app to the AppStore or test it on your device, you will need to pay the Program Membership. In order to install Corona, simply go to click the Download button and follow the instructions. We suggest you to check the Docs, available at as they provide lots of good tips and tricks on how to use and learn Corona. You don t need to install the Android SDK. Corona does it for you. Installing Kwik Kwik s installation file is available at as well as inside the Tools folder, under the Corona s SDK installation folder. 6

7 You will need the Adobe Extension Manager program to install Kwik. It is usually installed with your Photoshop or Creative Suite installation, also available at Please certify that you have the correct Extension (if you are using Photoshop CS5, the Adobe Extension Manager CS5 must be used, if you have Photoshop CS5.5, use the CS5.5 version of the product). You can follow this video to see the installation If you prefer to read: 1. Open Adobe Extension Manager 2. Click Install 3. Point to your kwik.mxp file (if you download it from our site, unzip the kwik.zip file first) 4. Accept the agreement and it is done. Inside you Photoshop folder, you must be able to see: - Kwik.mxp file - A folder called Kwik created under Plugins/Panels folder Now you are ready to use Kwik! 7

8 Chapter 3 Kwik Panel Opening from the first time. B efore using Kwik, it is important to understand its interface. The Kwik Panel is divided in several areas, described below: 1) Category area (when in project mode) 2) Toolbox area 3) Project info area 4) Pages and Components area 5) Status area 8

9 All 5 areas change content when you have a project opened. Here is brief information on each area: Category: Shows the different features by category. For example, the Project category shows in the toolbox area all the features applicable to your entire project. For example, enabling or disabling Bookmarks. Toolbox: Shows all the tools related to the selected Category. Project Info: Displays information about the current project, like name, device and orientation mode. It also includes the Preview button, which export your project to Corona s format, enabling it to be previewed in the Corona Simulator. Pages and Components: Displays two different tabs. The first one shows all the pages available in your project. The second one displays all the components available for the current page (for example, animations, buttons, etc). Status: Enables the access to Settings customization, quick access to Kwiksher s website, and other features like deletion and project checking (more on that in the Status Area section). The tools in the Status Area When a project is opened, the Status Area shows 7 buttons. The first fours icons are related to Settings (see below), the Kwik logo checks for updates, the Bug icon is explained below, and the trash icon deletes pages and page elements. Up to version 1.7, the Bug icon crosscheck layer names to avoid errors during export. Starting in version 1.8, it changes function during the Preview process, providing access to the external preview log file, enabling you to easily find why the process haven t completed. 9

10 Customizing your Settings It is a nice practice to customize your preferences before starting your first project. To do so, click the Settings button in the Status area. It will open the Settings window: Tab General The first tab contains the following information: Corona Simulator Location: It must be informed to allow you to preview your project. Project Folder Location: If you do not change it, all your projects will be created into your Documents/Kwik folder. Show all alert messages: If selected, show all non critical alert messages. Export images: If enabled, exports all project layers as separated images. It can be easily access via button available in the Status area. Check for updates when starting: Verifies if a new version exits in Kwiksher s site, and alerts about it (it requires Internet connection to work). Open only first project page document: If enabled, opens only the first page Photoshop document of each project. 10

11 Tab Export The second tab contains the following information: Export only current page: When enabled, only the current page is exported during a Preview operation. It is a good practice to use this option enabled when you have several pages in your project. This can be quickly accessed by the button in the Status area. Export only pages_<num>.lua (do not export main.lua, director.lua, etc): If enabled, it does not create mandatory pages like main.lua, exporting only the page data. This can be quickly accessed by the button in the Status area. Export sample icons: If enabled, adds the default Kwik icons to the build project folder. Close documents after export: If enabled, after exporting a page, the Preview process will close Photoshop page document. This is an important feature when you have large projects (Photoshop is not able to open more than 200 documents simultaneously) and need to export all pages at the same time. New in v1.7 Export images and audios to separated folders: If enabled, images and audio files are going to be exported into folders images and audio, under the main project folder (build). 11

12 Tab Registration The third tab contains the registration information: Product Registration Serial Number: When you buy Kwik, you will receive a serial number that needs to be pasted here. With this number, the plugin will be able to export all your project pages. Without this, only the first 2 pages are exported per project. 12

13 Chapter 4 Creating and Opening Projects Starting right. Y ou can create two different kinds of projects with Kwik: Comics and Books. It is important to understand the differences between each projects and when to use them. DISCLAIMER ON COMIC PROJECTS Comic projects uses the Corona Comics SDK as is. Meaning Kwik only provides the coordinates need by Corona s code. Unfortunately the Comic SDK hasn t been updated in a while and several issues have been reported about it (bad memory handling, etc). With all these know problems, our recommendation is to use this option only for prototype projects with just few pages. Book projects are fully coded by Kwik, providing you a full set of interactions and animations. They can be created in both portrait and landscape orientation, and handle memory correctly when changing pages. Whenever it is possible, this is the correct project type to use. In order to open a project, click the Open Project button New in v1.7 If you want to quickly access the last project you were working on, click the Open Last Project button 13

14 In order to create your first project, click the New Project button The following window will show up: You need to enter the following information: Title: is the name of your project (avoid long names) Type: as explained above Device: a list of devices will appear, with the first option being Universal, meaning Kwik will use ipad s screen dimensions as start point, exporting also a low resolution version of each image for use in older iphones. Check the Best Practices on Using Kwik page in the beginning of this guide to understand the issues with Universal projects. Orientation: pretty explainable, portrait or landscape. ATTENTION WHEN CREATING A PROJECT WITH A FILE OPENED If you have a Photoshop file already opened when creating a project, Kwik will ask if you want to use it as first page. If you say so, the current file will be saved as another file and it will be resized to the correct screen size of your project. If you plan to use a large image as background, DO NOT import the current file, Place it later on the created blank page. 14

15 Comic project options The following options are available for Comic projects: Creates a new page Add a camera Show/Hide cameras Close current project and create a new one Close current project and open a new one As you can see, the Project Info was updated with the project data. Also, you see the page into the Page tab. Understanding Cameras For more information on the Corona Comic SDK, check this link Cameras are simple rectangles that define an area to be zoomed for the Comic SDK. When you add a camera, Kwik auto creates a rectangle (using the rectangle tool). To change size, just resize the created rectangle. The Show/Hide camera tool just enable/disable the layer visibility of all cameras. Previewing your Comic project When ready to preview your project, click the Preview button. Kwik will create all the need files and images to be compiled by the Corona Simulator. When finished, Kwik informs you the project is ready for previewing. Corona Simulator will launch and you will be able to interact with your creation. 15

16 Chapter 5 Book Projects Kwik used in its full potential. W hen a Book project is opened, you have access to much more tools than in a Comic version. Below, 2 different ways to view your project data: the first image shows the pages info, while the second image shows the components of a page. Notice this project has 3 pages (Pages view) See all page elements (Components view) 16

17 New in 1.8: Now the panel shows a message with the current page opened, facilitating the user to easily remember in which page he/she is working. To edit a page or its component, simple double-click it. Another thing you may notice is the amount of Tools in the Category area. Project tools The Project category is represented by the icon, and contains the following tools: Enable/Disable Bookmarks Selecting this option opens the following window: If enabled, user will return to the last page visited. If disable, users return always to the first page of your app. Enable/Disable Page Swipe Selecting this option opens the following window: If enabled, user will be able to switch pages swiping fingers (your last layer, the background, will be the responsible for tracking the swipe gesture. Avoid covering your background layer with big images; otherwise the swipe will never be completed). If disable, you will need to create buttons to change pages. In-App Purchase Items Attention: this feature is currently available only for ios projects! This button prepares the project for in-app purchase (IAP) configuration. Due the complexity of setting up an 17

18 application for IAP, please read this blog posting first: Selecting this option opens the following window, which enables the entry of products for in-app purchasing: Click the + button to enter more products: In this window, inform exactly the same product id created in itunes Connect, otherwise your app will not work. For the name, DO NOT enter names with spaces. As convention, use the last word of your product id as name. Multi-language settings New in v1.8 This button configures the languages to be used in the project. Due the complexity of setting up a multi-language application, please read this blog posting first: Selecting this button you get the following window: 18

19 Click the add button (+) and you can set your language options: Page tools The Pages category is represented by the icon, and contains the following tools: Add New Page Selecting this option opens the following window: Although Kwik will create an auto name for your page, it is 19

20 interesting to name it manually, as it makes easier to know the content of the page (specially in several pages project). First checkbox is available when you have a current page opened. Enabling it means the content of the current page will be copied to the new one. Copy content from checkbox allows you to copy not only the layers of the current page, as well as all elements (animations, buttons, etc) that exist there. Add Audio Selecting this option opens the following window: Location is the path for the audio file you are going to import to your project. This is a short audio file checkbox, when checked tells Kwik to internally wait the audio be fully loaded in memory before playing it (this is best for short sound effects). Leaving it unchecked treats the audio as a stream (it starts to play promptly while loads the rest of the content in real time this is best for narration and music audio files). This is the page Read Me audio file, when checked informs Kwik that the audio file contains the narration of the page text content (this need to be checked if you plan to use this audio file as Read to Me option in your project). Loop enables an audio being replayed forever of for an amount of time specified. Delay informs when to start the audio file. 20

21 Enable/Disable Page Swipe Selecting this option opens the following window: If enabled, when in the current page, user will be able to switch pages swiping fingers (your last layer, the background, will be the responsible for tracking the swipe gesture. Avoid covering your background layer with big images; otherwise the swipe will never be completed). If disable, the current page will not enable page swipe with fingers and will need a button to move on to other pages. This is a nice feature for activities page, where user will interact with several objects and move to another page is not recommended. In-App Purchase Only Attention: this feature is currently available only for ios projects! This button protects a page, making it visible only if an IAP was completed. For example, you may set a page that will be accessible only after the purchase of a product from your app. Due the complexity of setting up an application for IAP, please read this blog posting first: Selecting this option opens the following window: Select the Product that unlock the page for visualization and the page for Re-direction, in the case the user tries to access the locked page without purchasing it. 21

22 EDITING COMPONENTS Please notice that many tools will add information into the Components tree, enabling you to review parameters later on. To do that, simply double-click the component you want to edit. DELETING COMPONENTS AND PAGES To delete a page or a component, select the appropriated tree in the Pages and Components area, and then select the element you want to delete. With the selection made, click the delete icon, or just press DELETE key in your keyboard. 22

23 Interaction tools The Interaction category is represented by the icon, and contains the following tools: Add Button Buttons are the most basic interactivity tool. Users simple click them and something happens. Kwik provides several button actions, which can be chained to create complex results. To create a button, select one layer of your Photoshop file, and then click the Add button (remember that the background layer, the bottom one, cannot be used as a button because it has already the swipe code attached to it). Selecting this option opens the following window: 23

24 Like most components, a name will be required (Kwik always created a component name if you decide not to do so). Normal/Mute is the current layer (remember that only one button can be attached to a layer). Rollover/Unmute is the layer that will be shown when user clicks the button (it can be the same or another layer). Action buttons are explained in the Buttons Actions section of this guide. Actions grid shows all actions attached to the button. Doubleclicking an action opens its own window for editing. The trash button allows you to delete a particular action from the button. Simple select the action you do not want anymore and click the trash button. The Multi-layer list allows you to associate the button with a preset group or create a new one. Languages list saves the associated language to the button. Drag Layer Pick a layer you want to be draggable. Selecting this option opens the following window: Optionally a draggable layer can execute an Action (more on that later on this guide), when dropped. If None is selected, nothing happens when user moves (drags) the layer to another position. Spin Layer Pick a layer you want to spin. Selecting this option opens the following window: 24

25 Optionally a spin layer can execute an Action (more on that later on this guide), when dropped. If None is selected, nothing happens when user spins the layer to another position. Set Canvas New in v1.8 This option allows a layer to be used as a canvas for painting. When selected it shows the following window: The Canvas Width and Height sets the size of the canvas (it automatically gets the size from the layer object). Brush Size sets the start brush size. Brush Color sets the start brush color. ATTENTION: Before to use this feature, you need to configure Flash Security Settings panel, allowing it to be executed with Kwik. When prompted to do so (if you missed the step or never got the prompt, click this link and 25

26 follow the instructions below: In the Flash Security Settings panel, go to Global Security Settings tab; In the Always trust files in these locations: select Edit locations then click Add location Click the Browse for folder button, then point it to your plugin folder: o Windows: Program Files->Adobe->Adobe Photoshop->Plugins->Panel->Kwik o Mac: Applications->Adobe->Adobe Photoshop- >Plugins->Panel->Kwik Confirm the action Enable Shake New in v1.8 Enables and associate an action to be run when the device is shaken. Clicking this option opens the following window: Button actions The following actions can be attached to a button: Play Audio Enables the button to play an audio. Selecting this option opens the following window: 26

27 Simply pick a file to be imported. You can use.mp3,.wav,.caf and.aac for ios projects. For Android projects you can use.mp3,.wav, and.ogg format. Play Animation Enables the button to play an animation previously made (only animations set with Wait for Request mode will be listed here). Selecting this option opens the following window: Select the animation to play. Go to Page Enables the button to change pages when clicked. Selecting this option opens the following window: Page Transition allows you to pick one of the several transitions available. 27

28 New in v1.7 Wait x sec. before switch page allows you to wait a few seconds before changing pages. This is an interesting option if you want to finish an animation or play an audio before to move to another page. Select Page points to the page that will be shown when user clicks the button. You can select a page by name or select NEXT (automatically moves to the next page) or PREVIOUS (automatically moves to the previous page). In the last two cases, Kwik will calculate the correct pages for you. Show/Hide Enables the button to hide and/or show layers when clicked. Selecting this option opens the following window: Show/Hide checkbox defines what to do with the selected layer. Toggle show/hide allows the button to switch between show and hide every time user clicks the button (if hidden, a layer is shown when the button is clicked, and vice-versa) Duration specifies the total time until the layer fully appears (100% alpha). Delay specifies the time before to start the process (if 0 sec, the layer appears/hides instantaneously). Play Video Enables the button to play a video when clicked. Selecting this option opens the following window: 28

29 Location allows y to enter a url for an external video, or import a local.mov,.mp4,.m4v, and.3gp file. The following compression standards are acceptable: H.264 Baseline Profile Level 3.0 video, up to 640 x 480 at 30 fps. Note: B frames are not supported in the Baseline profile. MPEG-4 Part 2 video (Simple Profile) Show controls, when enabled shows the play, stop and volume controls. Warning: Video cannot be previewed in the Simulator. In order to check a video, use the Build option instead (in Corona Simulator). Read to Me Enables the button to move to the next page, and automatically play a narration audio file for the page. No window is displayed for this action. Play Read to Me Enables the button to play a narration audio file for the page. Usually this button action is applied to text layers containing the page content. Doing that, when the text layer is clicked, it plays the narration for the user. No window is displayed for this action. Go to URL Enables the button to open a webpage, in the external browser, when clicked. Selecting this option opens the following window: 29

30 Go to receive the URL users needed to be re-directed when the button is clicked. Mute/Unmute This is a special type of button action that cannot be associated with any other actions. It enables the button to toggle images (Rollover/Unmute button layer) and mute/unmute the device audio. No window is displayed for this action. Record and Play Audio Enables the button to record the user voice for the amount of time specified, than play the saved audio back. Selecting this option opens the following window: Duration specifies the amount of time the recording session will take. While recording the user audio, the main screen will be dimmed, returning to full mode when the recording time stops. After that, the recorded audio will automatically be played. Play Action Enables the button to play a pre-save sequence of commands (action). Selecting this option opens the following window: 30

31 Select the action to play. Shuffle Enables a button to play different actions (random or in sequence) every time the button is clicked. Selecting this option opens the following window: Use the + (Add) button to select pre-made actions. The trash button removes actions from the list. In the above example, the button will play the action hidered when user clicks it for the first time. The second click will play hidepurple, and this sequence repeats every time users click the button. The Play random checkbox, when checked, changes the behavior of the button. Every time user clicks the button, a random action from the list will be executed. 31

32 Buy an Item (In-App Purchase) Enables a button to buy a product, which needs to be selected via the following window: The optional Hide button after purchase checkbox, when enabled, do not show the button in the case the product is already purchased. Restore Purchased Items (In-App Purchase) Enables a button to restore products previously bought. Play Sync Audio and Text Enables a button to start the sync of an audio and a text preset via the Toolbox feature Sync Audio and Text. When clicked, the following window opens for the selection of a prepared layer: Due the particularities of setting up an text layer for syncing, please read this blog posting first: Take a Screenshot of the current page New in v1.8 Takes a screenshot of the current window of the app and saves it in the Photo Library. When clicked opens the following window: 32

33 The Play shutter audio checkbox plays a default audio when enabled. Alert title and Alert message define the message to be shown after the screen capture. Set the Brush Size for a Canvas project New in v1.8 Sets the size and the alpha of a brush. When clicked opens the following window: The Size sets the brush size. Alpha sets the alpha (transparency) of the brush. Set the Brush Color for a Canvas project New in v1.8 Sets the color of a brush. When clicked opens the following window: 33

34 The Color sets the brush color. ATTENTION: Before to use this feature, you need to configure Flash Security Settings panel, allowing it to be executed with Kwik. When prompted to do so (if you missed the step or never got the prompt, click this link and follow the instructions below: In the Flash Security Settings panel, go to Global Security Settings tab; In the Always trust files in these locations: select Edit locations then click Add location Click the Browse for folder button, then point it to your plugin folder: o Windows: Program Files->Adobe->Adobe Photoshop- >Plugins->Panel->Kwik o Mac: Applications->Adobe->Adobe Photoshop->Plugins- >Panel->Kwik Confirm the action Erase Canvas New in v1.8 Cleans the canvas (returns to original state). Set Language New Set a language for the project. 34

35 in v1.8 Animation tools The Animation category is represented by the icon, and contains the following tools: Linear Linear animations moves a layer from its current position (point A) to a new position (point B). Layers replaced by a Sprite Sheet or Movie Clip can also be animated by the Linear feature. Selecting this option opens the following window: 35

36 Like most components, a name will be required (Kwik always created a component name if you decide not to do so). Different than a button, a layer can contain more than one animation associated with. Layer info is the panel containing the start position of a layer. This is an important concept to understand. After creating an animation, you can move your layer to any other screen position, without the need of editing the animation again. However, if you need to change the end position (the place where the layer will be when the animation finishes), you will need to edit the animation again. End Position is the panel containing the information of what will happen with the animation and where the layer will end. Although all components of this panel are optional, it is important to understand them: X (slider, + and buttons, field) allows you to position the layer in the 36

37 correct ending X axe point. Use the slider for large distances. The + and are good for 1 pixel adjustment. If you know exactly the position you want, simply enter it in the field; Y (slider, + and buttons, field) allows you to position the layer in the correct ending Y axe point. Use the slider for large distances. The + and are good for 1 pixel adjustment. If you know exactly the position you want, simply enter it in the field; Return to start pos. after play when enabled returns the layer to its original position (start point) when the animation finishes; Easing displays a list of easing (velocity on start and ending) options. For examples of each option, click the Information button (it will redirect you to Flash site by Robert Penner); Information button shows examples of easing options to facilitate the selection of the best one for your need (it will redirect you to Flash site by Robert Penner); Pause when completed pauses a sprite sheet or movie clip replaced layer when the animation completes; Alpha sets the transparency level of the layer when the animation finishes. 100% means no transparency; Duration is the time of the moving the layer from its start to end point, in seconds; Starts define when the animation occurs. This is also an important concept to understand. If When page starts is selected, the animation will play automatically when the page loads. If Wait request is selected, the animation will never start, until an external event starts it. An external event can be a button, a timer, a drop, and an action request, for example. Delay specifies how long the page needs to wait before starting a When page starts animation. Zero means it will start promptly; Loop defines how many times the animation needs to be repeated; Reverse at ending when enabled plays the animation backwards. For example, supposing your animation shows the letters A, then B, then C, if Reverse at ending is active, the sequence will be A, B, C, B, A, and so on. If disabled, the sequence will be A, B, C, A, B, C. Rotate allows the layer to be rotated, according the degree number 37

38 informed here. Notice that the rotation process starts when the animation begins, gradually rotating till the amount of degrees specified; Anchor Point allows the layer to be rotate with a different anchor point than Middle Center. Rotate Preview button allows you to preview the last position (full rotation) of your layer; Undo Rotate button allows you to return to the last position before the rotation; Scale W allows the layer to be scaled in X axe, according the percent number informed here. Notice that the scale process starts when the animation begins, gradually increasing or decreasing till the percentage specified; Scale Lock button when enable sets the same scale for both axes. When disable, each axe is treated separately; Scale Y allows the layer to be scaled in Y axe, according the percent number informed here. Notice that the scale process starts when the animation begins, gradually increasing or decreasing till the percentage specified; Play Audio and/or Action is the panel containing optional information of what will happen with the animation ends. Options are: Play Audio allows you to select a valid audio file to play; Play Action allows you to select an action to play; Path Path animations move a layer along a path drawn using the Pen tool in Photoshop. The original position is the location of the first anchor of the path, not the current position of the layer. Important Note The direction of a path is defined by its first anchor. If you start a path from the left to the right of the screen, your animation will play left to right. If you start your path from the right to the left, the object will move along the path from right to left. 38

39 Layers replaced by a Sprite Sheet or Movie Clip can also be animated by the Path feature. Selecting this option opens the following window: A name will be required (Kwik always created a component name if you decide not to do so). Different than a button, a layer can contain more than one animation associated with. Path Selection is the panel containing information about the path selection. It is important to understand them: Path lists all paths available in the current document; Duration is the time of the moving the layer from the start to end point of the path, in seconds; 39

40 Closed closes the path (ideal for circles); Return to start pos. after play when enabled returns the layer to its original position (start point) when the animation finishes; Easing displays a list of easing (velocity on start and ending) options. For examples of each option, click the Information button (it will redirect you to Flash site by Robert Penner); Information button shows examples of easing options to facilitate the selection of the best one for your need (it will redirect you to Flash site by Robert Penner); Pause when completed pauses a sprite sheet or movie clip replaced layer when the animation completes; Alpha sets the transparency level of the layer when the animation finishes. 100% means no transparency; Auto turn automatically calculates the angle of rotation for the layer, while it moves along the path. With this option enable, the Rotate angle will always be 0 (meaning any other value in the Rotate field will not be considered); Starts define when the animation occurs. This is also an important concept to understand. If When page starts is selected, the animation will play automatically when the page loads. If Wait request is selected, the animation will never start, until an external event starts it. An external event can be a button, a timer, a drop, and an action request, for example. Delay specifies how long the page needs to wait before starting a When page starts animation. Zero means it will start promptly; Loop defines how many times the animation needs to be repeated; Reverse at ending when enabled plays the animation backwards. For example, supposing your animation shows the letters A, then B, then C, if Reverse at ending is active, the sequence will be A, B, C, B, A, and so on. If disabled, the sequence will be A, B, C, A, B, C. Rotate allows the layer to be rotated, according the degree number informed here. This option only works if the (see above) Auto Turn checkbox is not enabled. Notice that the rotation process starts when the animation begins, gradually rotating till the amount of degrees specified; Anchor Point allows the layer to be rotating with a different anchor point 40

41 than Middle Center. Rotate Preview button allows you to preview the last position (full rotation) of your layer; Undo Rotate button allows you to return to the last position before the rotation; Scale W allows the layer to be scaled in X axe, according the percent number informed here. Notice that the scale process starts when the animation begins, gradually increasing or decreasing till the percentage specified; Scale Lock button when enable sets the same scale for both axes. When disable, each axe is treated separately; Scale Y allows the layer to be scaled in Y axe, according the percent number informed here. Notice that the scale process starts when the animation begins, gradually increasing or decreasing till the percentage specified; Play Audio and/or Action is the panel containing optional information of what will happen with the animation ends. Options are: Play Audio allows you to select a valid audio file to play; Play Action allows you to select an action to play; Sprite Sheet Sprite sheet is document containing several frames of illustration that, when played in sequence, creates movement. Below an example, available with Corona s Jungle Scene project, under Corona/Sample Code/Sprites folder: 41

42 In this example, all frames have the same dimension. Another type of sprite sheet file uses frames with non-uniform sizes and positions. This second type of sprite sheet file is not compatible with Kwik. CREATING SPRITE SHEETS Several applications can create sprite sheets and they can be used with Kwik, if they can export same dimension frames. If you prefer, you can use the simple Sprite Sheet Exporter (available at File->Scripts) script provided and installed with Kwik. In order to learn how to use it, check the tutorial video at ATTENTION: SPRITE SHEETS IN YOUR LAYERS When you attach a sprite sheet (see below), it replaces your current layer image with the selected sprite sheet frame. Another important concept to learn here: if your original layer illustration has a different size than the sprite frame you selected, it will render wrong. To guarantee a perfect match have your 42

43 dummy layer content with the same dimensions of your sprite sheet frames. Sprite Sheet window Selecting this option opens the following window: Important Note Sprite Sheet feature is not rendered as an animation anymore but just as a replacement of a layer. It means that previous projects with Sprite Sheets will need to be redone. Sprite Sheet replacing layer is the panel containing the information about the sprite sheet attached to the selected layer: File is the pointer to the external sprite sheet file (a.png file should be used here to guarantee a better performance on the devices); Frame Width is the width size of frames into the external sprite sheet file (Kwik auto adds the current layer width into this field); Frame Height is the height size of frames into the external sprite sheet file (Kwik auto adds the current layer height into this field); Start Frame sets which frame in the sprite sheet will be the first one displayed; Frame Count informs the total number of frames of the animation (they 43

44 need to be in sequence); Loop defines how many times the animation will be repeated; Length is the length of the animation in milliseconds, meaning how fast the frames will be played; Pause at frame 1 pauses the sprite sheet at frame 1; ATTENTION: SPRITE SHEETS IN UNIVERSAL PROJECTS Differently than regular layers, sprite sheet files are not optimized for multiple screen devices visualization. Corona does a pretty good job auto scaling them. However, it is always interesting to check if the final project renders well (if not, manually create a larger or smaller version of your sprite sheet file). Movie Clip Movie Clip animation requires a series of external files that, when played in sequence, creates movement. ATTENTION: MOVIE CLIP IN YOUR LAYERS When you attach a movie clip (see below), it replaces your current layer image with the selected external files. Another important concept to learn here: if your original layer illustration has a different size than the external file you selected, it will render wrong. To guarantee a perfect match have your dummy layer content with the same dimensions of your external files. Movie Clip window Selecting this option opens the following window: 44

45 Important Note Movie Clip feature is not rendered as an animation anymore but just as a replacement of a layer. It means that previous projects with Movie Clip will need to be redone. Movie Clip replacing layer is the panel containing the information about the movie clip files attached to the selected layer: First File is the pointer to one of the external movie clip files (a.png file should be used here to guarantee a better performance on the devices). When creating movie clip files for using with Kwik, name them following the convention name_1.pgn, name_2.png, and so on; Image Width is the width size of the external movie clip file (Kwik auto adds the current layer width into this field); Frame Height is the height size of the external movie clip file (Kwik auto adds the current layer width into this field); Nr. Images tells the total number of movie clip files (they will play in sequence); Loop defines how many times the animation will be repeated; Pause at frame 1 pauses the movie clip at frame 1; 45

46 Widgets Tools The Widgets category is represented by the icon, and contains the following tools: Rotation The Rotation widget is a pre-configured, less complex, window with parameters that allow an object to rotate. Selecting this option opens the following window: Like most components, a name will be required (Kwik always created a component name if you decide not to do so). Layer info is a panel containing the current layer info. Rotate defines how the layer will be rotated, according the degree number informed here; Duration is the time of the moving the layer from its start to end point, in seconds; Delay specifies how long the page needs to wait before starting the rotation. Zero means it will start promptly; Loop defines how many times the animation needs to be repeated; Reverse at ending when enabled plays the animation backwards. For example, supposing your animation shows the letters A, then B, then C, if Reverse at ending is active, the sequence will be A, B, C, B, A, and so on. If disabled, the sequence will be A, B, C, A, B, C. Starts define when the animation occurs. This is also an important 46

47 concept to understand. If When page starts is selected, the animation will play automatically when the page loads. If Wait request is selected, the animation will never start, until an external event starts it. An external event can be a button, a timer, a drop, and an action request, for example. Return to start pos. after play when enabled returns the layer to its original position (start point) when the animation finishes; Pulse The Pulse widget is a pre-configured, less complex, window with parameters that allow an object to pulse (scaling up and down). Selecting this option opens the following window: Like most components, a name will be required (Kwik always created a component name if you decide not to do so). Layer info is a panel containing the current layer info. Scale defines how the layer will be scaled, according the percentage number informed here; Duration is the time of the moving the layer from its start to end point, in seconds; Delay specifies how long the page needs to wait before starting the pulsing. Zero means it will start promptly; Loop defines how many times the animation needs to be repeated; 47

48 Reverse at ending when enabled plays the animation backwards. For example, supposing your animation shows the letters A, then B, then C, if Reverse at ending is active, the sequence will be A, B, C, B, A, and so on. If disabled, the sequence will be A, B, C, A, B, C. Starts define when the animation occurs. This is also an important concept to understand. If When page starts is selected, the animation will play automatically when the page loads. If Wait request is selected, the animation will never start, until an external event starts it. An external event can be a button, a timer, a drop, and an action request, for example. Return to start pos. after play when enabled returns the layer to its original position (start point) when the animation finishes; Bounce The Bounce widget is a pre-configured, less complex, window with parameters that allow an object to bounce (move up and down). Selecting this option opens the following window: Like most components, a name will be required (Kwik always created a component name if you decide not to do so). Layer info is a panel containing the current layer info. Distance defines how height the layer will be moved, according the number informed here; Duration is the time of the moving the layer from its start to end 48

49 point, in seconds; Delay specifies how long the page needs to wait before starting the bouncing. Zero means it will start promptly; Loop defines how many times the animation needs to be repeated; Reverse at ending when enabled plays the animation backwards. For example, supposing your animation shows the letters A, then B, then C, if Reverse at ending is active, the sequence will be A, B, C, B, A, and so on. If disabled, the sequence will be A, B, C, A, B, C. Starts define when the animation occurs. This is also an important concept to understand. If When page starts is selected, the animation will play automatically when the page loads. If Wait request is selected, the animation will never start, until an external event starts it. An external event can be a button, a timer, a drop, and an action request, for example. Return to start pos. after play when enabled returns the layer to its original position (start point) when the animation finishes; Switch Images The Switch Images widget is a pre-configured, less complex, window with parameters that allow an image replace another image (each image must be a different layer). Selecting this option opens the following window: 49

50 Like most components, a name will be required (Kwik always created a component name if you decide not to do so). Dissolve to is the layer that will replace the selected layer; Duration is the time of the dissolving process between images, in seconds; Delay specifies how long the page needs to wait before starting the transition process. Zero means it will start promptly; Starts define when the animation occurs. This is also an important concept to understand. If When page starts is selected, the animation will play automatically when the page loads. If Wait request is selected, the animation will never start, until an external event starts it. An external event can be a button, a timer, a drop, and an action request, for example. New in v1.8 Blink The Blink widget is a pre-configured, less complex, window with parameters that allow an object to simulate a blink movement (scale the Y axis to close to 0 than re-scale to the original height). Selecting this option opens the following window: 50

51 Like most components, a name will be required (Kwik always created a component name if you decide not to do so). Layer info is a panel containing the current layer info. Scale Y defines how scale down the layer will be, according the percentage number informed here; Duration is the time of the moving the layer from its start to end point, in seconds; Delay specifies how long the page needs to wait before starting the blinking. Zero means it will start promptly; Loop defines how many times the animation needs to be repeated; Reverse at ending when enabled plays the animation backwards. For example, supposing your animation shows the letters A, then B, then C, if Reverse at ending is active, the sequence will be A, B, C, B, A, and so on. If disabled, the sequence will be A, B, C, A, B, C. Starts define when the animation occurs. This is also an important concept to understand. If When page starts is selected, the animation will play automatically when the page loads. If Wait request is selected, the animation will never start, until an external event starts it. An external event can be a button, a timer, a drop, and an action request, for example. Return to start pos. after play when enabled returns the layer to its original position (start point) when the animation finishes; 51

52 Toolbox tools The Toolbox category is represented by the icon, and contains the following tools: Hide Layer When selected, hides a layer. No window is shown for this tool. Actions Actions are a sequence of commands that can be later trigger by external events like a button, the dropping of a layer or a timer, for example. Selecting this option opens the following window: Like most components, a name will be required (Kwik always created a component name if you decide not to do so). Action buttons are explained in the Buttons Actions section of this guide. Please notice that not all Button Actions are available for using as Actions. 52

53 Actions grid shows all actions attached to the Action sequence. Doubleclicking an action opens its own window for editing. The trash button allows you to delete a particular command from the Action. Simple select the action you do not want anymore and click the trash button. Timers Timers can trigger action sequences in different times. They are interesting to use when something in your app needs to happen, independent of a manual event, like the button press. Selecting this option opens the following window: Like most components, a name will be required (Kwik always created a component name if you decide not to do so). Delay is the time that the timer will wait before to trigger the action. Action is the action sequence that will be triggered. Loop defines how many times a timer will be activated. Shared Asset This tool marks a layer to be exported only once, even if the same layer name is found in other pages from the same project. For example, if a project has 2 pages, and in both pages they have the same image in a layer named butnext for example, when pages are exported Kwik will create 2 files with the same content but different names (in this case p1_butnext.png and p2_butnext.pgn). To avoid this scenario, 53

54 simply select the layer butnext in both pages and click Shared Asset. Doing that, Kwik will only export a file called kwkbutnext.pgn, which will be rendered in the 2 project pages. There is not window for this tool. Sync Audio and Text Enables a text layer to be synced with an audio (when audio plays, words highlights according the audio position). Due the particularities of setting up an text layer for syncing, please read this blog posting first: Important: always test your project on the target devices when using this options. It will guarantee the positioning and font preview is corrected (Corona Simulator will always shows the text as local fonts are available on your desktop but maybe not on your device). ATTENTION: Before to use this feature, you need to configure Flash Security Settings panel, allowing it to be executed with Kwik. When prompted to do so (if you missed the step or never got the prompt, click this link and follow the instructions below: In the Flash Security Settings panel, go to Global Security Settings tab; In the Always trust files in these locations: select Edit locations then click Add location Click the Browse for folder button, then point it to your plugin folder: Confirm the action o Windows: Program Files->Adobe->Adobe Photoshop->Plugins->Panel->Kwik o Mac: Applications->Adobe->Adobe Photoshop- >Plugins->Panel->Kwik 54

55 After selecting a text layer, when clicking the Sync Audio and Text button, the following window will appear: When checked, Use native system font (do not import external font files) will use a native font from ios and/or Android system. If disabled, during export you will need to locate the external font file to be imported into your project folder. Kwik will handle the process of importing the font to the build folder, as well as creating all external files needed; Font options Padding sets the distance in pixels between words. 55

56 Font options Offset sets the distance in pixels between lines. When checked, the Use page Read Me audio file automatically syncs the text with a previously set Read Me audio type file. If unchecked, browse and set an audio file to be synced with the text. Kwik reads the content of the text layer and set the words in the table under the Edit words to enter time codes. With the words imported, you will need to inform the start/end time of the word mention into the audio file. You can set it in two different ways: Manually double-clicking each word and entering the start and end time positioning; Import a text file with the contents (using the Import from Audacity button). When importing from Audacity, simply select the text file generated by Audacity, and the time codes will automatically be pre-populated; ATTENTION If you are using a different audio software than Audacity, check if it can export labels in the following text format (TAB is used between the entries): This This language reads right to left sets the text to be read from right to left (ideal for projects in Arabic and Japanese languages, for example). Text highlighting color sets the color of the word highlight when the audio time code matches the one in the above table. In order to properly work, you must set the Flash Settings as mentioned above. Set language to a layer New in v1.8 Sets the language of the layer, to be used in multi-language projects. Due the particularities of setting up multi-language project, please read this blog posting first: After selecting a text layer, when clicking the Set language to a layer button, the following window will appear: 56

57 The Multi-layer list allows you to associate a layer with a preset group or create a new one. Languages list saves the associated language to the layer. 57

58 Chapter 6 Previewing, Debugging and Building Projects From design to a real app. W hen you hit the Preview button Kwik executes several functions to make your project compatible with Corona and ready to be viewed into Corona s Simulator. They include cross-checking of layer names, export of layers into images, creation of mandatory files (main.lua, building.settings, etc), and the conversion of all interactivity you added in your project into different pages per Photoshop files used. Depending of the size of your project, this process can take several minutes to finish. ATTENTION: LOCKED LAYERS Please notice that locked layers will not export and may cause the Preview process to stop. In the background, Kwik will create a folder called Build into your project folder and place all necessary files there. Usually, the export process concludes with the following message, informing your project is ready to be seen in Corona s Simulator: Clicking OK to the above message will open (if it is not opened yet) Corona Simulator (if it does not open, check your Settings to certify you have entered the path to the Simulator). In the Simulator, point to the created Build folder (on Windows, you need to point to the main.lua file inside the build folder), select the device to simulate and click OK. 58

59 If everything is fine, you will be able to play with your app in the Simulator. Debugging errors If, after a few minutes, the above message does not show, and Photoshop seems to be ready to work again, it means Kwik found an unexpected situation that didn t allow it to finish the process. This list shows the most common issues: There is a blank layer in your Photoshop file (simply remove it and try again); A layer was renamed or removed and there is a reference (from a button, for example) to it (in this case, an alert will appear asking you about the issue); Layers with same name exist (in this case, an alert will appear asking you about the issue); A text layer name contains non-accepted characters like symbols, etc; Other times, you may receive the above message but, in the Simulator, nothing happens (a black screen only shows). If you are using a Mac, follow these suggestions: Close Corona Simulator; Go to your Applications folder, folder CoronaSDK and open the Corona Terminal application; Corona Terminal will open, together Corona Simulator; On Windows machines the above instructions are not necessary as the Corona Simulator automatically starts the Corona Terminal application together. Open your application again and check the Corona Terminal console. The console shows alerts and errors found in the current application. Below, an example showing 2 different errors: The audio file backaudio3.mp3 was not found; An error happened on the file page_1.lua, line 68 Although the screen seems scary, the only important error to notice (besides the warning message about the audio file) is the first one (in line 68). When an error is found, usually it triggers a sequence of errors related to the first one. 59

60 It is not the intention of this User Guide to teach you how to fix Kwik exported pages, however, learning to read Corona Terminal messages will help you to understand potential errors, as well as it will facilitate your support requests to Kwiksher s team. Instead of send an saying it is not working, you can now copy the contents of the console, making easing the finding and fix of bugs. Building your projects DISCLAIMER When you finish your project and are ready to preview it on your device, or even submit it to Apple s AppStore or Android MarketPlace, you will need to follow Apple and Google rules. In both cases you will need to work on complicate processes of certificates creation. This User Guide does not teach you how to navigate on ios and Android Developer Programs; however, the External Resources chapter provides some start points. Considering the building process is done in Corona s Simulator, the two links below are the best starting points for building projects: ios: Android: For both platforms, don t forget to create an appropriated icon for your app (otherwise Kwik s icon will be used), and default screen(s) for ios projects. As each platform has different icon requirements, follow the instructions from the above links as well. 60

DOWNLOAD PDF HOW CAN I EDIT A UMENT ON A MAC

DOWNLOAD PDF HOW CAN I EDIT A UMENT ON A MAC Chapter 1 : Google Docs - create and edit documents online, for free. Click, then click.; Click Create Signature, then choose one of these options: If you have a trackpad, sign your name with your finger.

More information

ipads for Beginners For All HCPS Individual ipad Users

ipads for Beginners For All HCPS Individual ipad Users ipads for Beginners For All HCPS Individual ipad Users May 2012 GETTING TO KNOW YOUR IPAD Buttons and Icons Sleep/Wake/Power- Press and release to put your ipad into sleep or wake mode. Press and hold

More information

Eanes ios5 Upgrade Guide

Eanes ios5 Upgrade Guide Eanes ios5 Upgrade Guide These instructions are intended for people to follow on their home machine. District machines have deep freeze and older versions of itunes which could complicate the process.

More information

Using Flash Animation Basics

Using Flash Animation Basics Using Flash Contents Using Flash... 1 Animation Basics... 1 Exercise 1. Creating a Symbol... 2 Exercise 2. Working with Layers... 4 Exercise 3. Using the Timeline... 6 Exercise 4. Previewing an animation...

More information

Parallels Toolbox for Windows User's Guide

Parallels Toolbox for Windows User's Guide Parallels Toolbox for Windows User's Guide Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International

More information

PowerPoint 2016 Part II

PowerPoint 2016 Part II PowerPoint 2016 Part II Animations In PowerPoint, any object, shape, image, etc. on a slide can be animated. Animations are a good way to add some attention grabbers to a presentation, but they can also

More information

And program Office to FlipBook Pro is powerful enough to convert your DOCs to such kind of ebooks with ease.

And program Office to FlipBook Pro is powerful enough to convert your DOCs to such kind of ebooks with ease. Note: This product is distributed on a try-before-you-buy basis. All features described in this documentation are enabled. The unregistered version will be added a demo watermark. About Office to FlipBook

More information

Parallels Toolbox User's Guide

Parallels Toolbox User's Guide Parallels Toolbox User's Guide Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International GmbH. All rights

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids.

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids. ClickerPaintManualUS.indd 2-3 13/02/2007 13:20:28 Clicker Paint User Guide Contents Introducing Clicker Paint 5 Free resources at LearningGrids.com, 6 Installing Clicker Paint, 6 Getting Started 7 How

More information

Common iphone problems, tips and tricks

Common iphone problems, tips and tricks Common iphone problems, tips and tricks F. M. Spowart Upd April 2018 Page 2 of 9 Randomly losing contacts; iphone does this for some strange reason. The reason why numbers disappear unlike other phones,

More information

iphones for beginners

iphones for beginners iphones for beginners This handout uses text and images from gcflearnfree.org. Check out www.gcflearnfree.org/iphonebasics for more information! The parts of the iphone: Note: The headphone jack was removed

More information

11 EDITING VIDEO. Lesson overview

11 EDITING VIDEO. Lesson overview 11 EDITING VIDEO Lesson overview In this lesson, you ll learn how to do the following: Create a video timeline in Photoshop. Add media to a video group in the Timeline panel. Add motion to still images.

More information

Flash offers a way to simplify your work, using symbols. A symbol can be

Flash offers a way to simplify your work, using symbols. A symbol can be Chapter 7 Heavy Symbolism In This Chapter Exploring types of symbols Making symbols Creating instances Flash offers a way to simplify your work, using symbols. A symbol can be any object or combination

More information

REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications Lab 07: Introduction to Animation using Photoshop REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! LAB #7 - Exercise 1 Objectives: Upon completion of Exercise 1 you

More information

Designer Reference 1

Designer Reference 1 Designer Reference 1 Table of Contents USE OF THE DESIGNER...4 KEYBOARD SHORTCUTS...5 Shortcuts...5 Keyboard Hints...5 MENUS...7 File Menu...7 Edit Menu...8 Favorites Menu...9 Document Menu...10 Item Menu...12

More information

REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications Lab 8: Animation with Video Timeline REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! LAB #8 - Exercise 1 Objectives: Upon completion of Exercise 1 you should be

More information

iphone User Guide For iphone OS 3.1 Software SoftView Exhibit Kyocera Corp. v. SoftView LLC IPR

iphone User Guide For iphone OS 3.1 Software SoftView Exhibit Kyocera Corp. v. SoftView LLC IPR iphone User Guide For iphone OS 3.1 Software SoftView Exhibit 2019-1 Contents 9 Chapter 1: Getting Started 9 Viewing the User Guide on iphone 9 What You Need 10 Activating iphone 10 Installing the SIM

More information

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct

More information

A QUICK TOUR OF ADOBE ILLUSTRATOR CC (2018 RELEASE)

A QUICK TOUR OF ADOBE ILLUSTRATOR CC (2018 RELEASE) A QUICK TOUR OF ADOBE ILLUSTRATOR CC (2018 RELEASE) Lesson overview In this interactive demonstration of Adobe Illustrator CC (2018 release), you ll get an overview of the main features of the application.

More information

Learn more about Pages, Keynote & Numbers

Learn more about Pages, Keynote & Numbers Learn more about Pages, Keynote & Numbers HCPS Instructional Technology May 2012 Adapted from Apple Help Guides CHAPTER ONE: PAGES Part 1: Get to Know Pages Opening and Creating Documents Opening a Pages

More information

The Next Step. DPS Adobe Digital Publishing Suite. Apple cofounder Steve Jobs stated in a 1983 speech

The Next Step. DPS Adobe Digital Publishing Suite. Apple cofounder Steve Jobs stated in a 1983 speech The Next Step DPS Adobe Digital Publishing Suite Apple cofounder Steve Jobs stated in a 1983 speech that his company s strategy is really simple. What we want to do is we want to put an incredibly great

More information

FLIP BOOK MAKER FOR EPUB. Flip Book Maker for epub Create Amazing Page-flipping ebooks with EPUB. User Documentation

FLIP BOOK MAKER FOR EPUB. Flip Book Maker for epub Create Amazing Page-flipping ebooks with EPUB. User Documentation WWW.FLIPBOOKMAKER.COM FLIP BOOK MAKER FOR EPUB Page 1 of 33 Create your flipping book from EPUB files Note: This product is distributed on a try-before-you-buy basis. All features described in this documentation

More information

ipad Training Field Management

ipad Training Field Management ipad Training Field Management ipad User Guide ipad Training Topics Overview Navigation Connectivity Field Apps Tips and Tricks Contacts FaceTime icloud imessage Email Safari Calendar Camera 2 Overview

More information

Camtasia Studio 5.0 PART I. The Basics

Camtasia Studio 5.0 PART I. The Basics Camtasia Studio 5.0 Techsmith s Camtasia Studio software is a video screenshot creation utility that makes it easy to create video tutorials of an on screen action. This handout is designed to get you

More information

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC Photo Effects: Snowflakes Photo Border (Photoshop CS6 / CC) SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC In this Photoshop tutorial, we ll learn how to create a simple and fun snowflakes photo border,

More information

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

INSERVICE DAY - 11/11/11 TECHNOLOGY

INSERVICE DAY - 11/11/11 TECHNOLOGY INSERVICE DAY - 11/11/11 TECHNOLOGY Converting PowerPoints into Movies (examples using imovie& Windows MovieMaker) (More detailed tutorials with pictures can be found at http://www.whsd.net/olc/teacher.aspx?s=1452).

More information

User Manual Version

User Manual Version Next FlipBook Maker for Windows User Manual Version 2.5.10 1 Content Cover 1 Content 2 1. Import PDF fires or images 3 2. Setting, Template, Scene and Bookmark 5 3. Publish local flipbook 19 4. Publish

More information

STUDENT HELP & WALKTHROUGH

STUDENT HELP & WALKTHROUGH STUDENT HELP & WALKTHROUGH 2015 Jones & Bartlett Learning, LLC, An Ascend Learning Company Contents What are the browser and system requirements for running Navigate 2? 3 Why does Navigate 2 run a System

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

X-Sign 2.0 User Manual

X-Sign 2.0 User Manual X-Sign 2.0 User Manual Copyright Copyright 2018 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system or translated

More information

Adobe Animate Basics

Adobe Animate Basics Adobe Animate Basics What is Adobe Animate? Adobe Animate, formerly known as Adobe Flash, is a multimedia authoring and computer animation program. Animate can be used to design vector graphics and animation,

More information

Adobe After Effects Tutorial

Adobe After Effects Tutorial Adobe After Effects Tutorial GETTING STARTED Adobe After Effects CC is a video effects software that can be used to create animated graphics and video special effects. Whether you plan to green screen

More information

Interface. 2. Interface Photoshop CS/ImageReady CS for the Web H O T

Interface. 2. Interface Photoshop CS/ImageReady CS for the Web H O T 2. Interface Photoshop CS/ImageReady CS for the Web H O T 2. Interface The Welcome Screen Interface Overview Using the Toolbox Using Palettes Using the Options Bar Creating a Tool Preset Resetting Tools

More information

Getting to know your ipad exploring the settings, App store, Mail

Getting to know your ipad exploring the settings, App store, Mail Getting to know your ipad exploring the settings, App store, Mail Exploring the settings Open the settings app from your homepage Wi-Fi Turn Wi-Fi on/off Add new Wi-Fi Connection Enter Network Name, any

More information

User Manual. pdoc Pro Client for Windows. Version 2.1. Last Update: March 20, Copyright 2018 Topaz Systems Inc. All rights reserved.

User Manual. pdoc Pro Client for Windows. Version 2.1. Last Update: March 20, Copyright 2018 Topaz Systems Inc. All rights reserved. User Manual pdoc Pro Client for Windows Version 2.1 Last Update: March 20, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

Digital Video Editing Using imovie

Digital Video Editing Using imovie Digital Video Editing Using imovie This is an introductory tutorial into basic digital video editing. Participants will learn how to transfer video from tape to the computer, plus basic editing techniques

More information

iart - Calligraphy Brushes and Image Mask iart - Fremantle Arts Centre 2018

iart - Calligraphy Brushes and Image Mask iart - Fremantle Arts Centre 2018 iart - Calligraphy Brushes and Image Mask iart - Fremantle Arts Centre 2018 Alejandro Tearney 2018 Before we begin Close all Parked Applications: If you are using ios 5 or above, other applications may

More information

BASICS OF MOTIONSTUDIO

BASICS OF MOTIONSTUDIO EXPERIMENT NO: 1 BASICS OF MOTIONSTUDIO User Interface MotionStudio combines draw, paint and animation in one easy easy-to-use program gram to save time and make work easy. Main Window Main Window is the

More information

ipad Basics Table of Contents

ipad Basics Table of Contents ipad Basics Atomic Learning was used to make this handout. Wherever you see the icon throughout the handout, it will list the section and item where it can be found on the Atomic Learning web site: http://www.atomiclearning.com/k12/ipad

More information

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

More information

The Institute for the Future of the Book presents. Sophie. Help. 24 June 2008 Sophie 1.0.3; build 31

The Institute for the Future of the Book presents. Sophie. Help. 24 June 2008 Sophie 1.0.3; build 31 The Institute for the Future of the Book presents Sophie Help 1 24 June 2008 Sophie 1.0.3; build 31 1. Contents Working with Sophie 4 Sophie s interface 4 Halos and HUDs 4 Flaps, tabs, and palettes 9 The

More information

4 TRANSFORMING OBJECTS

4 TRANSFORMING OBJECTS 4 TRANSFORMING OBJECTS Lesson overview In this lesson, you ll learn how to do the following: Add, edit, rename, and reorder artboards in an existing document. Navigate artboards. Select individual objects,

More information

Lightroom Classic CC and Lightroom CC June 2018 Updates

Lightroom Classic CC and Lightroom CC June 2018 Updates Lightroom Classic CC and Lightroom CC June 2018 Updates This June Adobe have updated Lightroom Classic CC 7.4 and Lightroom CC 1.4. This release includes user interface refinements to aid folder management

More information

In this lesson, you ll learn how to do the following: Understand runtime environments Understand the output files for different Animate

In this lesson, you ll learn how to do the following: Understand runtime environments Understand the output files for different Animate 12 PUBLISHING Lesson Overview In this lesson, you ll learn how to do the following: Understand runtime environments Understand the output files for different Animate document types Modify the publish settings

More information

Keynote 08 Basics Website:

Keynote 08 Basics Website: Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages and the spreadsheet program

More information

Getting the most out of Microsoft Edge

Getting the most out of Microsoft Edge Microsoft IT Showcase Getting the most out of Microsoft Edge Microsoft Edge, the new browser in Windows 10, is designed to deliver a better web experience. It s faster, safer, and more productive designed

More information

Ecamm Live for Facebook User Guide

Ecamm Live for Facebook User Guide Ecamm Live for Facebook User Guide Ecamm Live is a Facebook Live streaming app for Mac. Use the app to broadcast camera video, pre-recorded video, Skype video calls, or your Mac s screen, along with an

More information

ipad + itunes Tips & Tricks 2012

ipad + itunes Tips & Tricks 2012 Contents How to Set Up a Brand New ipad Without Wi-Fi Access... 1 Prevent Syncing... 4 Setting up an itunes Account Without a Credit Card... 5 Purchasing & Transferring Apps to an ipad Using a Laptop...

More information

Syncios Manager User Guide

Syncios Manager User Guide Syncios Manager User Guide Overview Tutorials Introduction Transfer Data Between Devices and Key Features PC System Requirements Make Ringtones and Download Videos GIF Maker One-Click Backup and Restore

More information

animation, and what interface elements the Flash editor contains to help you create and control your animation.

animation, and what interface elements the Flash editor contains to help you create and control your animation. e r ch02.fm Page 43 Wednesday, November 15, 2000 8:52 AM c h a p t 2 Animating the Page IN THIS CHAPTER Timelines and Frames Movement Tweening Shape Tweening Fading Recap Advanced Projects You have totally

More information

PDF Expert for ipad User guide

PDF Expert for ipad User guide PDF Expert for ipad User guide 2011 Readdle Inc. 2 Contents Introduction Chapter 1: Copying documents to PDF Expert USB file transfer using itunes File Sharing Saving attachments from Mail and other ipad

More information

Camera & Imaging. Advanced Settings Capturing Still Images Recording Videos Oekaki Photo Library...

Camera & Imaging. Advanced Settings Capturing Still Images Recording Videos Oekaki Photo Library... Capturing Image, Recording Movie & Editing... -2 Camera... -3 Using Display as Viewfinder... -3 Single Shot... -5 Normal... -6 Sub Camera... -6 Scene... -6 Face Shot... - Smile Shot... - Multi Shot...

More information

How Do I Get Ringtones For Iphone 5c Screen To Rotate

How Do I Get Ringtones For Iphone 5c Screen To Rotate How Do I Get Ringtones For Iphone 5c Screen To Rotate and 5s here. After the update, my screen will not rotate when holding from landscape mode. iphone 5c, ios 8, Weather App not displaying extras. I have

More information

Think of layers as a stack of transparencies. Layers can be changed independently of other layers by clicking on its name in the layers palette.

Think of layers as a stack of transparencies. Layers can be changed independently of other layers by clicking on its name in the layers palette. Layer Techniques Think of layers as a stack of transparencies. Layers can be changed independently of other layers by clicking on its name in the layers palette. Reviewing the Layers Palette: A: Show/Hide

More information

Image from Google Images tabtimes.com. CS87 Barbee Kiker

Image from Google Images tabtimes.com. CS87 Barbee Kiker Image from Google Images tabtimes.com CS87 Barbee Kiker bjkik@comcast.net Table of Contents ipad Parts... 3 Home Button... 3 Touch Gestures... 4 Additional Gestures... 4 Control Center... 5 Notification

More information

ipod nano User Guide

ipod nano User Guide ipod nano User Guide 2 Contents Preface 4 About ipod nano Chapter 1 6 ipod nano Basics 6 ipod nano at a Glance 7 Using ipod nano Controls 11 Using ipod nano Menus 13 Disabling ipod nano Controls 14 Connecting

More information

Downloaded from

Downloaded from Chapter 4 Advance features of MS PowerPoint Inside this chapter : Inserting different objects (i.e. images, Word Arts, audio & video etc.), Transitions in slide, Custom Animation with text. PowerPoint

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Editing in Premiere Pro CC 2015

Editing in Premiere Pro CC 2015 Editing in Premiere Pro CC 2015 Lesson 1: Exploring the Interface Exploring the Interface The Source Window The Program Window The Settings Menu Revealing the Video Scopes The Workspace Bar The Project

More information

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool.

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool. THE BROWSE TOOL Us it to go through the stack and click on buttons THE BUTTON TOOL Use this tool to select buttons to edit.. RECTANGLE TOOL This tool lets you capture a rectangular area to copy, cut, move,

More information

Revision 1.2 November 2016 MT CANVUS USER MANUAL

Revision 1.2 November 2016 MT CANVUS USER MANUAL Revision 1.2 November 2016 MT CANVUS 1.2.2 USER MANUAL MT CANVUS 1.2.2 USER MANUAL 2 Copyright 2016 MultiTaction. All rights reserved. This manual is intended for the owners and operators of MT Canvus.

More information

Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019

Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019 Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019 Before starting these instructions, you should already have your Voice assistant installed and working. These instructions can be used

More information

Universal Access features ipad incorporates numerous accessibility features, including: VoiceOver screen reader

Universal Access features ipad incorporates numerous accessibility features, including: VoiceOver screen reader Accessibility 24 Universal Access features ipad incorporates numerous accessibility features, including: VoiceOver screen reader Zoom magnification Large Text White on Black Speak Selection Speak Auto-text

More information

What is a marking menu? What is the marking menu puck What is a gesture? What are menu gestures?... 7

What is a marking menu? What is the marking menu puck What is a gesture? What are menu gestures?... 7 Table of Contents What is a marking menu?... 5 What is the marking menu puck... 5 What is a gesture?... 6 What are menu gestures?... 7 Specs... 7 Using the Color Editor... 8 Create a swatch... 9 Capture

More information

ipad User Manual Version 2.3

ipad User Manual Version 2.3 ipad User Manual Version 2.3 Introduction Teleprompt+ is a simple, yet powerful professional teleprompter application for the ipad, iphone and ipod touch. Whether you are a video producer looking for an

More information

User s Guide. Attainment s. GTN v4.11

User s Guide. Attainment s. GTN v4.11 Attainment s User s Guide A printable PDF of this user guide is available from the Attainment Company website: https://www.attainmentcompany.com/gotalk-now Contents 1 Getting Started with GoTalk NOW 1

More information

Chapter 1 4 ipod Basics 5 ipod at a Glance 5 Using ipod Controls 7 Disabling ipod Controls 8 Using ipod Menus 9 Connecting and Disconnecting ipod

Chapter 1 4 ipod Basics 5 ipod at a Glance 5 Using ipod Controls 7 Disabling ipod Controls 8 Using ipod Menus 9 Connecting and Disconnecting ipod ipod Features Guide 2 Contents Chapter 1 4 ipod Basics 5 ipod at a Glance 5 Using ipod Controls 7 Disabling ipod Controls 8 Using ipod Menus 9 Connecting and Disconnecting ipod Chapter 2 14 Music Features

More information

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips Getting Started With Heritage Makers A Guide to the Heritage Studio 3.0 Drag and Drop Publishing System presented by Heritage Makers A new clients guide to: Activating a new Studio 3.0 Account Creating

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

ipad BASICS PRESENTED BY: JAMIE VARNER & ROBERTO GALLARDO

ipad BASICS PRESENTED BY: JAMIE VARNER & ROBERTO GALLARDO ipad BASICS PRESENTED BY: JAMIE VARNER & ROBERTO GALLARDO WEBINAR CONTENT AppleID ipad Components Settings (General & Mail, Contacts, Calendars) Safari Internet Browsing Taking Pictures/Video/Screen Shots

More information

GET STARTED WITH GOODNOTES USER GUIDE

GET STARTED WITH GOODNOTES USER GUIDE GET STARTED WITH GOODNOTES USER GUIDE 0. AGENDA WHAT YOU RE GOING TO LEARN 1. Before you start 2. Basics - Getting Started 3. Categories 4. Handwriting Search & -Recognition 5. Thumbnail Panel 6. Import

More information

PUBLISHING FLASH. Lesson Overview

PUBLISHING FLASH. Lesson Overview PUBLISHING FLASH Lesson Overview In this lesson, you ll learn how to do the following: Test a Flash document Understand the Bandwidth Profiler Change publish settings for a document Understand the difference

More information

DVDFab ifonerestore User Manual DVDFab ifonerestore User Manual

DVDFab ifonerestore User Manual DVDFab ifonerestore User Manual DVDFab ifonerestore User Manual 1 Table of Contents Copyright and Disclaimer... 3 1. Introduction... 4 2. Update ifonerestore... 4 2.1 Live Update... 5 2.2 Traditional Update... 5 3. Launch DVDFab ifonerestore...

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

3D PDF Plug-ins for Autodesk products Version 2.0

3D PDF Plug-ins for Autodesk products Version 2.0 Axes 3D PDF Plug-ins for Autodesk products Version 2.0 User Guide This end user manual provides instructions for the tetra4d - 3D PDF Plug-ins for Autodesk 203/204 applications. It includes a getting started

More information

PDF Expert. User Guide Readdle Inc.

PDF Expert. User Guide Readdle Inc. PDF Expert User Guide 2017 Readdle Inc. Contents Chapter 1. Overview 6 Chapter 2. Main menu 9 Chapter 3. Getting files from 12 Mac or PC via itunes 12 Mail app 13 Dropbox 14 Other web storages 16 Other

More information

Getting Started with your ipad 2

Getting Started with your ipad 2 Getting Started with your ipad 2 Getting Started with Your ipad 2, DCS Technology Department Page 1 In order to set up your ipad, you need an itunes Account. *You need to set up your itunes Account on

More information

Mach4 CNC Controller Screen Editing Guide Version 1.0

Mach4 CNC Controller Screen Editing Guide Version 1.0 Mach4 CNC Controller Screen Editing Guide Version 1.0 1 Copyright 2014 Newfangled Solutions, Artsoft USA, All Rights Reserved The following are registered trademarks of Microsoft Corporation: Microsoft,

More information

ClaroPDF is an App for reading and commenting on PDF files and documents. ClaroPDF speaks back accessible text PDF files and documents with highqualit

ClaroPDF is an App for reading and commenting on PDF files and documents. ClaroPDF speaks back accessible text PDF files and documents with highqualit ClaroPDF User Guide ClaroPDF is an App for reading and commenting on PDF files and documents. ClaroPDF speaks back accessible text PDF files and documents with highquality speech and highlighting so you

More information

Browse the internet, send and receive s and text messages, play music and movies, take and display photos and videos, and more.

Browse the internet, send and receive  s and text messages, play music and movies, take and display photos and videos, and more. What is an ipad? The ipad is a tablet computer designed and sold by Apple Inc. What can it do? Browse the internet, send and receive emails and text messages, play music and movies, take and display photos

More information

Adobe After Effects CC

Adobe After Effects CC Adobe After Effects CC Categories Pink Activate Tools Peach Markers Light blue Layers & Navigation Purple Properties in Timeline Orange Time Navigation Dark blue Open & Preview Yellow Timeline & Workarea

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Revision August 2016

Revision August 2016 Revision 1.1.4 August 2016 Contents Introduction...3 What's New...4 Managing Recordings...6 The Recorder View...7 Sharing...10 Notifications...12 Home Screen Widget...13 Tablet Support...14 Settings...15

More information

MULTIMEDIA WEB DESIGN

MULTIMEDIA WEB DESIGN CLASS :: 03 02.09 2018 3 Hours THE AGENDA HOMEWORK 2 REVIEW [ Upload to Comm Arts Server ] :: Upload GIF Face assets to Your PSD Folder [ Inside of Folder> Create Gif Face Folder ] GIF ANIMATION :: File

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Edupen Pro User Manual

Edupen Pro User Manual Edupen Pro User Manual (software for interactive LCD/LED displays and monitors) Ver. 3 www.ahatouch.com Some services in Edupen Pro require dual touch capability. In order to use dual touch, your computer

More information

VEGA. Operation Manual T A B L E T P C. advent vega operation manaul_new.indd 1

VEGA. Operation Manual T A B L E T P C. advent vega operation manaul_new.indd 1 VEGA T A B L E T P C Operation Manual advent vega operation manaul_new.indd 1 advent vega operation manaul_new.indd 2 CONTENTS SETTING UP YOUR TABLET FOR THE FIRST TIME... 4 USING THE DEVICE S BUTTONS

More information

Understanding the Interface

Understanding the Interface 2. Understanding the Interface Adobe Photoshop CS2 for the Web H O T 2 Understanding the Interface The Welcome Screen Interface Overview Customizing Palette Locations Saving Custom Palette Locations Customizing

More information

Sync Manually Greyed Out Iphone Options >>>CLICK HERE<<<

Sync Manually Greyed Out Iphone Options >>>CLICK HERE<<< Sync Manually Greyed Out Iphone Options How to fix: Grayed Out Songs on the iphone, ipod and itunes you try to sync music to iphone, deleted or missed songs displays as grayed out songs. On your ios device

More information

Patron Assistance: Become an OverDrive Specialist.

Patron Assistance: Become an OverDrive Specialist. v.10012010 v.11012010 v.10012011 OverDrive, Inc. 2010 2011 Page 1 1 Patron Assistance: Become an OverDrive Specialist. We'll help take your understanding of your OverDrive service to the next level so

More information

Beginning a New Project

Beginning a New Project 3 Beginning a New Project Introducing Projects 000 Creating and Naming a Project 000 Importing Assets 000 Importing Photoshop Documents 000 Importing Illustrator Documents 000 Importing QuickTime Movies

More information

Using Masks for Illustration Effects

Using Masks for Illustration Effects These instructions were written for Photoshop CS4 but things should work the same or similarly in most recent versions Photoshop. 1. To download the files you ll use in this exercise please visit: http:///goodies.html

More information

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved VisualPST 2.4 Visual object report editor for PowerSchool Copyright 2004-2015 Park Bench Software, LLC All Rights Reserved www.parkbenchsoftware.com This software is not free - if you use it, you must

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Editmote User Manual

Editmote User Manual Editmote User Manual 1 Editmote 2.0.1 User Manual Editmote is an ios remote control for your editing system. Control a wide range of applications including Adobe Creative Suite, Final Cut Pro 7, Final

More information

Adobe Premiere Pro CC 2015 Tutorial

Adobe Premiere Pro CC 2015 Tutorial Adobe Premiere Pro CC 2015 Tutorial Film/Lit--Yee GETTING STARTED Adobe Premiere Pro CC is a video layout software that can be used to create videos as well as manipulate video and audio files. Whether

More information