Contents |
|
A Quick Tour | Flashing Triangle |
This guide will create a movie with a circle that will move across the screen.
Start a new movie by pressing 'New' on the toolbar or in the 'File' menu.
![]() | New |
A new layer is added to the timeline. The red line on the timeline is at 0 and shows that the editor is showing frame zero. The script layer can be ignored for now, it is used to add advanced functionality.
The library and the editor are empty. The properties of the movie are displayed such as the width and height and the background color.
Try changing the 'Back Color' to yellow. Click the button next to the 'Back Color' property and choose yellow from the Color dialog.
![]() |
The background color of the movie will now be yellow.
Other properties can be changed in this way.
Add a circle to the library by clicking 'Circle' from the toolbar or the 'Library' menu.
A blue circle is added to the library and its properties are displayed. Change the 'Border Type' to 'Solid' and the 'Border Color' to green.
Now that a circle is in the library it can be added to the layer in the timeline for animation. Drag the circle from the library to the editor or click the button next to the circle in the library and choose 'Add To Timeline'. If you need to edit the properties of the circle again click 'Edit' from the same menu.
The circle is added to the layer and a new frame of animation is automatically added at frame 0. It is represented by a dot.
The circle’s new frame is selected, it can be moved around in the editor and its properties can be edited.
Drag the circle in the editor to the left of the movie.
Now to add the next frame and animate the circle, right click or double click in the circle’s timeline at twenty frames to create a new key frame, again represented by a dot.
![]() | Add Frame |
The line between the two key frames shows that there is a transition between them. A dotted line shows that there is no transition. Without a transition there will be no animation and the first key frame will simply show until the next key frame.
The red line in the timeline is now at twenty and show’s that the editor is displaying frame twenty. This frame is now selected instead of frame zero. The editor and the properties show frame twenty.
Drag the circle in the editor to the right at frame twenty.
Single clicking at different frames in the timeframe will show the automatic animation frames. If you single click at frame ten the circle should be in the middle.
To see the animation, click 'Play' on the toolbar or from the 'Movie' menu.
![]() | Play |
The blue circle will animate from frame zero on the left to frame twenty on the right.
Save the movie by clicking 'Save' on the toolbar or from the 'File' menu.
![]() | Save |
If you wish, you can export the movie to HTML by clicking 'Export' on the toolbar and following the export dialog. The exported HTML page should look something like this.
![]() | Export |
Click the link to view the movie without the test page.
A Quick Tour | Flashing Triangle |