Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/anim.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-01-07 00:50:20 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-01-07 00:50:20 (GMT)
commite66a2551ce72a79170727b9df19a11259ab46cdf (patch)
tree30578a1c28620e5807c9ec0dd8090c6e85f338da /boards/anim.xml.in
parent1d3f496bd9460bfa9df9aa0600954b189c858a08 (diff)
updated the help updated moved to difficulty 0. no more needed, replaced
* boards/anim.xml.in: updated the help * boards/boardicons/searace.png: updated * boards/draw.xml.in: moved to difficulty 0. no more needed, replaced by anim. * docs/C/python.xml: API change in the file selector to have a file type passed * src/boards/draw.c: (key_press), (tool_event): API change in the file selector to have a file type passed * src/boards/py-mod-gcompris.c: (pyFileSelectorCallBack), (py_gcompris_file_selector_load), (py_gcompris_file_selector_save): API change in the file selector to have a file type passed * src/boards/python/anim.py: API change in the file selector to have a file type passed * src/boards/python/searace.py: fixed all remaining bug. Still need to display the commands * src/gcompris/file_selector.c: (gcompris_file_selector_save), (gcompris_file_selector_load), (display_file_selector), (item_event_file_selector): API change in the file selector to have a file type passed * src/gcompris/gcompris.h: API change in the file selector to have a file type passed
Diffstat (limited to 'boards/anim.xml.in')
-rw-r--r--boards/anim.xml.in20
1 files changed, 16 insertions, 4 deletions
diff --git a/boards/anim.xml.in b/boards/anim.xml.in
index 2083038..55ebd36 100644
--- a/boards/anim.xml.in
+++ b/boards/anim.xml.in
@@ -9,10 +9,22 @@
icon="boardicons/anim.png"
author="Yves Combe (yves@ycombe.net)"
boarddir="">
- <_title>Create an animation</_title>
+ <_title>Create a drawing or an animation</_title>
<_description>Free drawing and animation tool.</_description>
- <_prerequisite></_prerequisite>
- <_goal></_goal>
- <_manual></_manual>
+ <_prerequisite>Needs to handle the mouse with the click easily</_prerequisite>
+ <_goal>In this game, children can draw freely.
+The goal is just to discover how to create pretty-looking drawings based on
+basic shapes: rectangles, ellipses and lines. To make it more fun for kids,
+a set of images can also be used.</_goal>
+ <_manual>Select a drawing tool on the left and a color on the bottom. Then click
+and drag in the white area to create a new shape. Once one drawing is complete, you
+can take a snapshot of it with the 'camera' button. A new image with the same content is
+created. You can then move objects a little bit or add/delete objects. Create several
+drawings and then click on the 'film' button. You will see all your images in an infinite
+loop. You can change the viewing speed in this mode.
+In view mode, click on the 'drawing' button to return to drawing. You can then edit each
+image of your animation by using the image selector in the bottom left of the screen.
+You can save and reload your animations with the 'floppy' and 'folder' button.
+</_manual>
</Board>
</GCompris>