How to use and sample videos

Controller Area

In this area, you can perform operations such as scaling, rotation, color manipulation, BlendMode, Filter, etc. on DisplayObjects in the screen area. The JavaScript tab allows you to view and edit the list of JavaScript embedded in the entire project.

Stage Setting

Set the width, height, frame rate, and background color of the display area (Stage).

Read More

Object Setting

The name and symbol of the display object can be set. The name can be accessed with the JavaScript this.[[name]], and the symbol can be used as a dynamic class in conjunction with the framework.

Read More

Frame Picker

The frame picker helps you visually preview and select the first frame of a MovieClip. This feature improves the user experience for animation workflows such as lip-sync.

Read More

Transform

Controls the width, height, scaling, and rotation of the displayed object.

Read More

Color Transform

You can adjust the color value of the display object by adding, subtracting, or multiplying red, green, blue, and transparent.

Read More

Blend Mode

Blending mode can be used to create compound images. Compounding is the process of changing the transparency or color interaction of multiple overlapping objects. Blending allows you to blend colors in overlapping movie clips to create unique effects.

Read More

Filters

Filters can be used to add high quality visual effects to text, and movie clips. You can also use motion tweening to animate the filter you apply.

Read More

Library

You can load images (jpeg, gif, png), audio (mp3), video (mp4), and SWF files as external data. It can also manage vector diagrams, text, and movie clips created on the screen.

Read More

Sound

You can place the loaded sound data on any frame. Loop and volume settings can be made for each frame.

Read More

JavaScript

It is possible to check the list of JavaScript embedded in the frame.