Warning, /education/gcompris/tools/menus/anim.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Your Name <yy@zz.org>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "anim/Anim.qml"
0011   difficulty: 3
0012   icon: "anim/anim.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   demo: false
0015   title: qsTr("Create a drawing or an animation")
0016   description: qsTr("Free drawing and animation tool.")
0017   goal: qsTr("In this game, children can draw freely. The goal is to discover how to create attractive drawings based on basic shapes: rectangles, ellipses and lines. To give children a wider range of choices, a set of images can also be used.")
0018   prerequisite: qsTr("Needs to be capable of moving and clicking the mouse easily")
0019   manual: qsTr("Select a drawing tool on the left, and a color down the bottom. Then click and drag in the white area to create a new shape. Once you've completed a drawing, you can select a new frame to work on by selecting one of the small rectangles on the bottom. Each frame contains the same content as its previous one. You can then edit it by moving objects a little bit or adding/deleting objects. When you create several frames and then click on the 'film' button, you will see all your images in a continuous slide-show (an infinite loop pattern). You can change the last image in your film by right clicking on a time frame. You can also change the viewing speed in this mode. In viewing mode, click on the 'drawing' button to return to drawing mode. You can also save and reload your animations with the 'floppy disk' and 'folder' buttons.")
0020   credit: ""
0021   section: "/fun"
0022 }