RECORD GIF x1:実行開始時から、最初のパート表示に戻るところまで録画します。(パート総合DURATION + パート1番目DURATION)
RECORD GIF LOOP:パート1番目が表示しきってから実行開始時から、最初のパート表示に戻るところまで録画します。(パート総合DURATION)
REC x1
REC LOOP
DELAYを設定した遅延時間分、録画時間は追加されます。
- English -
I wanted to draw a pattern like the Flower of Life, so I made one.
Queries require some understanding of "HTBL()" analysis. Please look at the sample(tab:6) first.
The effects are divided into parts in a table, and multiple drawing groups can be set for each part.
Query creation (QUERY)
Drawing group specification
{id number radius color distance angle [option]}
id: Index of the drawing object to be operated
number: Number to draw
radius: Radius of the circle to be drawn
color: Drawing color
distance: Distance from the center
angle: Angle to start drawing
option: Drawing parameters using segment fill {func angle division color ...}
func: Specify "segfill".
angle: Angle to start drawing
division: Fineness of continuous drawing in a circle, circumference is 1.
color: Drawing color, drawn only for the number specified after.
Specifying parts
{{
{group}
{group}
{group}
...
} duration}
{group}: Multiple groups are grouped together with {} to be treated as a drawing group or table.
duration: Duration of part animation
When moving to the next part, the animation will change continuously from the previous part.
The id in the group is operated by the same id parameter in the next part.
Query execution
fquery(QUERY, SYSTEM_PALETTE, DELAY, ...)
QUEEY: Character string created in "Query creation"
SYSTEM_PALETTE: Specifies the palette with a continuous hexadecimal string.
DELAY, ...: Number of delayed execution frames, executed in parallel for the number of arguments specified.
GIF recording
Select "RECORD GIF" from the pause menu.
RECORD GIF x1: Records from the start of execution until the display returns to the first part. (Part total duration + 1st part duration)
RECORD GIF LOOP: Records from the time the 1st part is fully displayed until it returns to the display of the first part. (Part total duration)
REC x1
REC LOOP
The recording time is increased by the delay time set by DELAY.